summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 13:28:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 13:28:32 (GMT)
commit7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c (patch)
treee7364b4bb34b0a57c4cb321fb2f9f8ddc8223554 /xlib/xgc.c
parent82c2300291ac49bcadd9eddcacbb32f7ba5fe470 (diff)
parentb0f932ecc2a3a32f67e6054aae4411da9d04da39 (diff)
downloadtk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.zip
tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.gz
tk-7d1aace3734e93fd19cd2fa7cb3d0b04cf555c1c.tar.bz2
sync nmakehlp.c with Tcl version
<p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
Diffstat (limited to 'xlib/xgc.c')
-rw-r--r--xlib/xgc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/xgc.c b/xlib/xgc.c
index 8c04726..8975373 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -134,9 +134,9 @@ XCreateGC(
InitField(function, GCFunction, GXcopy);
InitField(plane_mask, GCPlaneMask, (unsigned long)(~0));
- InitField(foreground, GCForeground,
+ InitField(foreground, GCForeground,
BlackPixelOfScreen(DefaultScreenOfDisplay(display)));
- InitField(background, GCBackground,
+ InitField(background, GCBackground,
WhitePixelOfScreen(DefaultScreenOfDisplay(display)));
InitField(line_width, GCLineWidth, 1);
InitField(line_style, GCLineStyle, LineSolid);