mirror of https://github.com/GNOME/gimp.git
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:
parent
bfa352bae0
commit
6582e0ad49
|
@ -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]
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
typedef struct
|
||||
{
|
||||
__u16 code;
|
||||
guint16 code;
|
||||
const gchar *name;
|
||||
const gchar *blurb;
|
||||
} LinuxInputEvent;
|
||||
|
|
Loading…
Reference in New Issue