/[gnustep]/gnustep/core/back/Source/gsc/GSGState.m
ViewVC logotype

Diff of /gnustep/core/back/Source/gsc/GSGState.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by fedor, Mon Sep 15 14:21:34 2003 UTC revision 1.19 by fedor, Wed Oct 1 03:30:07 2003 UTC
# Line 788  Line 788 
788    path = [NSBezierPath bezierPathWithRect: rect];    path = [NSBezierPath bezierPathWithRect: rect];
789    [self DPSclip];    [self DPSclip];
790    path = oldPath;    path = oldPath;
791      if (path)
792        [path removeAllPoints];
793  }  }
794    
795  - (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h  - (void) DPSrectfill: (float)x : (float)y : (float)w : (float)h

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26