summaryrefslogtreecommitdiffstats
path: root/xlib/xgc.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 09:24:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-23 09:24:21 (GMT)
commit27afd154a9fc5f72d7a829b285c340766ef8c6ce (patch)
treeef8e82bfe8e93cd5d05b724b1462d6981ea86454 /xlib/xgc.c
parent880cdb78d06b59af92473975f26308d56a266979 (diff)
parentc5c29cc39d29340d28c498b3008ba0a9ca9f84bd (diff)
downloadtk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.zip
tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.gz
tk-27afd154a9fc5f72d7a829b285c340766ef8c6ce.tar.bz2
consistant use of mode: objc for OSX, strip spaces from the end of lines
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 c6836bd..e097d2e 100644
--- a/xlib/xgc.c
+++ b/xlib/xgc.c
@@ -133,9 +133,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);