[patch] gdk.c - debug info printing



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]