Mercurial > hg > xemacs-beta
comparison src/fontcolor-gtk.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 71ee43b8a74d |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
63 | 63 |
64 Gdk takes care of all this behind the scenes, so we don't need to | 64 Gdk takes care of all this behind the scenes, so we don't need to |
65 worry about it. | 65 worry about it. |
66 | 66 |
67 Return value is 1 for normal success, 2 for nearest color success, | 67 Return value is 1 for normal success, 2 for nearest color success, |
68 3 for Non-deallocable sucess. */ | 68 3 for Non-deallocable success. */ |
69 int | 69 int |
70 allocate_nearest_color (GdkColormap *colormap, GdkVisual *UNUSED (visual), | 70 allocate_nearest_color (GdkColormap *colormap, GdkVisual *UNUSED (visual), |
71 GdkColor *color_def) | 71 GdkColor *color_def) |
72 { | 72 { |
73 int rc; | 73 int rc; |