diff options
author | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-07-15 20:25:52 +0000 |
commit | 23124810d1f6bd0d653fa24ff78aea9c93ec51e2 (patch) | |
tree | 0707a12d7d9e652cbf193b43169419b58b2e4efc /gdk/gdk.h | |
parent | a3c7dca8cf3c88161cdca4069add3e2a9ac75cc7 (diff) | |
download | gtk+-23124810d1f6bd0d653fa24ff78aea9c93ec51e2.tar.gz |
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Diffstat (limited to 'gdk/gdk.h')
-rw-r--r-- | gdk/gdk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -842,7 +842,7 @@ guint gdk_keyval_to_lower (guint keyval); gboolean gdk_keyval_is_upper (guint keyval); gboolean gdk_keyval_is_lower (guint keyval); - +#include <gdk/gdkrgb.h> #ifdef __cplusplus } |