Update of /cvsroot/htoolkit/port/src/cbits/GTK
In directory sc8-pr-cvs1:/tmp/cvs-serv29596/src/cbits/GTK
Modified Files:
Window.c
Log Message:
Merge DialogActivate and DialogDeactivateEvents to WindowActivate and DialogActivate
Index: Window.c
===================================================================
RCS file: /cvsroot/htoolkit/port/src/cbits/GTK/Window.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Window.c 24 Aug 2003 21:07:48 -0000 1.27
--- Window.c 25 Aug 2003 17:35:50 -0000 1.28
***************
*** 347,351 ****
static void dialog_focus_in_handler(GtkWidget *widget, GdkEventFocus *event, gpointer user_data)
{
! handleDialogActivate(GTK_BIN(widget)->child);
}
--- 347,351 ----
static void dialog_focus_in_handler(GtkWidget *widget, GdkEventFocus *event, gpointer user_data)
{
! handleWindowActivate(GTK_BIN(widget)->child);
}
***************
*** 360,364 ****
}
! handleDialogDeactivate(GTK_BIN(widget)->child);
}
--- 360,364 ----
}
! handleWindowDeactivate(GTK_BIN(widget)->child);
}
|