Mercurial > hg > xemacs-beta
comparison src/fontcolor-gtk.c @ 5474:4dee0387b9de
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Tue, 29 Mar 2011 00:02:47 +0200 |
parents | 308d34e9f07d 3889ef128488 |
children | 56144c8593a8 |
comparison
equal
deleted
inserted
replaced
5473:ac37a5f7e5be | 5474:4dee0387b9de |
---|---|
61 | 61 |
62 Gdk takes care of all this behind the scenes, so we don't need to | 62 Gdk takes care of all this behind the scenes, so we don't need to |
63 worry about it. | 63 worry about it. |
64 | 64 |
65 Return value is 1 for normal success, 2 for nearest color success, | 65 Return value is 1 for normal success, 2 for nearest color success, |
66 3 for Non-deallocable sucess. */ | 66 3 for Non-deallocable success. */ |
67 int | 67 int |
68 allocate_nearest_color (GdkColormap *colormap, GdkVisual *UNUSED (visual), | 68 allocate_nearest_color (GdkColormap *colormap, GdkVisual *UNUSED (visual), |
69 GdkColor *color_def) | 69 GdkColor *color_def) |
70 { | 70 { |
71 int rc; | 71 int rc; |