diff --git a/ChangeLog b/ChangeLog index f8ad2b4ec8..3450077eed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-15 Manish Singh + + * modules/controller_linux_input.c: use guint16 instead of __u16. + Should fix bug #152746. + 2004-09-15 Sven Neumann * libgimp/gimpdrawablepreview.[ch] diff --git a/modules/controller_linux_input.c b/modules/controller_linux_input.c index 4a011e08da..8b4b08d3b3 100644 --- a/modules/controller_linux_input.c +++ b/modules/controller_linux_input.c @@ -42,7 +42,7 @@ typedef struct { - __u16 code; + guint16 code; const gchar *name; const gchar *blurb; } LinuxInputEvent;