From 224f6ec534c4ddf3479477e58f0204e5eed042cd Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 7 Nov 2000 14:18:47 +0000 Subject: use g_object_new() instead of g_type_create_instance() which is a private 2000-11-07 Alexander Larsson * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c, gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c, gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c: use g_object_new() instead of g_type_create_instance() which is a private function for fundamental type implementations. * gdk/linux-fb/gdkinput-ps2.c: Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table instead just store the current modifier state. Add a (somewhat broken) keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW. Rename exported function gdk_input_ps2_get_mouseinfo to gdk_input_get_mouseinfo. * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h, gdk/linux-fb/gdkwindow-fb.c: gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo. --- ChangeLog.pre-2-6 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog.pre-2-6') diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 96c995d9b7..66126a253a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,24 @@ +2000-11-07 Alexander Larsson + + * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c, + gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c, + gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c, + gdk/linux-fb/gdkwindow-fb.c: + use g_object_new() instead of g_type_create_instance() which + is a private function for fundamental type implementations. + + * gdk/linux-fb/gdkinput-ps2.c: + Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table + instead just store the current modifier state. Add a (somewhat broken) + keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW. + Rename exported function gdk_input_ps2_get_mouseinfo to + gdk_input_get_mouseinfo. + + * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h, + gdk/linux-fb/gdkwindow-fb.c: + gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo. + + 2000-11-02 Havoc Pennington * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and -- cgit v1.2.1