diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-05-19 14:29:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-05-19 14:29:21 (GMT) |
commit | cfbc3c771ffeb37035a441691dc40eceb3945542 (patch) | |
tree | daae83e1d51561a9ab56cc3a68c739c22a01db07 /unix | |
parent | 20e20256fb9780f6ab3a1846344ce6605e9a85ae (diff) | |
download | tk-cfbc3c771ffeb37035a441691dc40eceb3945542.zip tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.gz tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.bz2 |
Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unneccessary white-space.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixRFont.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index 08e6b81..01bbb30 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -778,7 +778,7 @@ LookUpColor(Display *display, /* Display to lookup colors on */ i >= 0; last2 = last, last = i, i = fontPtr->colors[i].next) { if (pixel == fontPtr->colors[i].color.pixel) { - /* + /* * Color found in cache. Move it to the front of the list and return it. */ if (last >= 0) { @@ -802,7 +802,7 @@ LookUpColor(Display *display, /* Display to lookup colors on */ last = fontPtr->ncolors++; } - /* + /* * Translate the pixel value to a color. Needs a server round-trip. */ xcolor.pixel = pixel; |