[178] in The GTK GIMP ToolKit mailing list archive

home help back first fref pref prev next nref lref last post

[gtk-list] [patch] gdk.c - debug info printing

daemon@ATHENA.MIT.EDU (Raph Levien)
Thu May 15 23:52:28 1997

Date: Thu, 15 May 1997 20:53:35 -0700
From: Raph Levien <raph@callisto.hip.berkeley.edu>
To: gtk-list@redhat.com
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com

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) &&

--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null


home help back first fref pref prev next nref lref last post