use guint16 instead of __u16. Should fix bug #152746.

2004-09-15  Manish Singh  <yosh@gimp.org>

        * modules/controller_linux_input.c: use guint16 instead of __u16.
        Should fix bug #152746.
This commit is contained in:
Manish Singh 2004-09-15 20:25:41 +00:00 committed by Manish Singh
parent bfa352bae0
commit 6582e0ad49
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-15 Manish Singh <yosh@gimp.org>
* modules/controller_linux_input.c: use guint16 instead of __u16.
Should fix bug #152746.
2004-09-15 Sven Neumann <sven@gimp.org>
* libgimp/gimpdrawablepreview.[ch]

View File

@ -42,7 +42,7 @@
typedef struct
{
__u16 code;
guint16 code;
const gchar *name;
const gchar *blurb;
} LinuxInputEvent;