[cig-commits] commit: Getting X11 windows to resize

Mercurial hg at geodynamics.org
Mon Nov 24 11:29:20 PST 2008


changeset:   50:c410aff6ea08
user:        RobertTurnbull
date:        Fri Mar 14 05:25:56 2008 +0000
files:       Windowing/src/X11Window.c
description:
Getting X11 windows to resize


diff -r 057c33e289f9 -r c410aff6ea08 Windowing/src/X11Window.c
--- a/Windowing/src/X11Window.c	Thu Mar 13 06:46:13 2008 +0000
+++ b/Windowing/src/X11Window.c	Fri Mar 14 05:25:56 2008 +0000
@@ -39,7 +39,7 @@
 *+		Patrick Sunter
 *+		Greg Watson
 *+
-** $Id: X11Window.c 740 2007-10-11 08:05:31Z SteveQuenette $
+** $Id: X11Window.c 762 2008-03-14 05:25:56Z RobertTurnbull $
 ** 
 **~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  
@@ -262,7 +262,7 @@ Bool lucX11Window_EventLoop( void* windo
 				XNextEvent(dpy, &event);
 				switch (event.type) {
 					case ConfigureNotify:
-						//Reshape( windowingContextExt, event.xconfigure.width, event.xconfigure.height);
+						lucWindow_Resize( self, event.xconfigure.width, event.xconfigure.height);
 						/* fall through... */
 					case Expose:
 						lucWindow_SetViewportNeedsToDrawFlag( self, True );



More information about the CIG-COMMITS mailing list