From ca1f8fbe2ed1a9ba1b963d2d09eef074cc54c498 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 18 Apr 2008 04:37:06 +0000 Subject: (svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators. --- src/window_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index c8aa57ce3..8fcfa0ce8 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -42,7 +42,7 @@ typedef void WindowProc(Window *w, WindowEvent *e); Now the window will only change in height in steps of 10. You can also give a minimum width and height. The default value is the default height/width of the window itself. You can change this - AFTER window-creation, with: + AFTER window - creation, with: w->resize.width or w->resize.height. That was all.. good luck, and enjoy :) -- TrueLight */ -- cgit v1.2.3-54-g00ecf