summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdkcolor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdkcolor.h b/gdk/gdkcolor.h
index 1612ecab6a..811d1cf93d 100644
--- a/gdk/gdkcolor.h
+++ b/gdk/gdkcolor.h
@@ -16,10 +16,10 @@ extern "C" {
*/
struct _GdkColor
{
- gulong pixel;
- gushort red;
- gushort green;
- gushort blue;
+ guint32 pixel;
+ guint16 red;
+ guint16 green;
+ guint16 blue;
};
/* The colormap type.