/[emacs]/emacs/src/xfaces.c
ViewVC logotype

Diff of /emacs/src/xfaces.c

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

revision 1.310 by kfstorm, Mon Jan 10 13:35:11 2005 UTC revision 1.311 by kfstorm, Thu Feb 3 14:08:47 2005 UTC
# Line 738  x_free_gc (f, gc) Line 738  x_free_gc (f, gc)
738       GC gc;       GC gc;
739  {  {
740    BLOCK_INPUT;    BLOCK_INPUT;
741    xassert (--ngcs >= 0);    IF_DEBUG (xassert (--ngcs >= 0));
742    XFreeGC (FRAME_X_DISPLAY (f), gc);    XFreeGC (FRAME_X_DISPLAY (f), gc);
743    UNBLOCK_INPUT;    UNBLOCK_INPUT;
744  }  }
# Line 771  x_free_gc (f, gc) Line 771  x_free_gc (f, gc)
771       GC gc;       GC gc;
772  {  {
773    BLOCK_INPUT;    BLOCK_INPUT;
774    xassert (--ngcs >= 0);    IF_DEBUG (xassert (--ngcs >= 0));
775    xfree (gc);    xfree (gc);
776    UNBLOCK_INPUT;    UNBLOCK_INPUT;
777  }  }

Legend:
Removed from v.1.310  
changed lines
  Added in v.1.311

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