Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,

Wed Mar 20 16:36:08 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/*.c: Patch from Erwann Chenede, #73900 fixing
        a lot of warnings with Forte CC, mostly implicit
        casts between void * and function pointers.

        * gdk/gdkevents.c (gdk_event_get_state): GdkEventVisibility's
        state field is not a GdkModifierType. (Also #73900)
This commit is contained in:
Owen Taylor
2002-03-20 21:47:01 +00:00
committed by Owen Taylor
parent 67359a9c01
commit 8acfd1e9de
24 changed files with 98 additions and 44 deletions

View File

@ -466,7 +466,7 @@ remove_from_window (GtkWindow *window,
if (!menubars)
{
g_signal_handlers_disconnect_by_func (G_OBJECT (window),
G_CALLBACK (window_key_press_handler),
(gpointer) window_key_press_handler,
NULL);
}