Update of /cvsroot/win32forth/win32forth/apps/Player4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1126/apps/Player4
Modified Files:
PLAYER4.F
Log Message:
Jos: WS_CLIPCHILDREN reduced the flickering screeen
Index: PLAYER4.F
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Player4/PLAYER4.F,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** PLAYER4.F 19 Apr 2006 12:39:20 -0000 1.44
--- PLAYER4.F 2 May 2006 12:21:40 -0000 1.45
***************
*** 184,187 ****
--- 184,189 ----
LoadAppIcon ;M
+ :M WindowStyle: ( -- style ) WindowStyle: Super WS_CLIPCHILDREN or ;M
+
: position-windows ( -- ) \ auto adjust windows
0 toolbarH SeparatorX @ 1- Height toolbarH - statusbarH - dup>r Move: Catalog
|