[patch] gdk.c - debug info printing
- From: Raph Levien <raph callisto hip berkeley edu>
- To: gtk-list redhat com
- Subject: [patch] gdk.c - debug info printing
- Date: Thu, 15 May 1997 20:53:35 -0700
This one is really stupid - it only affects the printing of debugging
information. Nonetheless, it should make it to the next release.
Raph
*** gdk.c~ Sat Apr 26 21:00:45 1997
--- gdk.c Thu May 15 20:48:33 1997
***************
*** 1592,1598 ****
if (gdk_show_events)
g_print ("configure notify:\twindow: %d x,y: %d %d w,h: %d %d\n",
xevent->xconfigure.window - base_id,
! xevent->xconfigure.x, xevent->xconfigure.height,
xevent->xconfigure.width, xevent->xconfigure.height);
if ((((GdkWindowPrivate*) window)->window_type != GDK_WINDOW_CHILD) &&
--- 1592,1598 ----
if (gdk_show_events)
g_print ("configure notify:\twindow: %d x,y: %d %d w,h: %d %d\n",
xevent->xconfigure.window - base_id,
! xevent->xconfigure.x, xevent->xconfigure.y,
xevent->xconfigure.width, xevent->xconfigure.height);
if ((((GdkWindowPrivate*) window)->window_type != GDK_WINDOW_CHILD) &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]