Update of /cvsroot/win32forth/win32forth/apps/Player4
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23258/apps/Player4
Modified Files:
PopupWindow.f
Log Message:
Jos: Reduced the size of the window to 1 pixel
Index: PopupWindow.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Player4/PopupWindow.f,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** PopupWindow.f 16 May 2006 17:41:26 -0000 1.6
--- PopupWindow.f 21 May 2006 15:30:03 -0000 1.7
***************
*** 40,44 ****
:M WindowStyle: ( -- style ) WS_POPUP ;M
! :M StartSize: ( -- width height ) 3 3 ;M
:M StartPos: ( -- x y ) mousex mousey ;M
:M WM_LBUTTONDOWN ( h m w l -- res ) CleanupClose ;M
--- 40,44 ----
:M WindowStyle: ( -- style ) WS_POPUP ;M
! :M StartSize: ( -- width height ) 1 1 ;M
:M StartPos: ( -- x y ) mousex mousey ;M
:M WM_LBUTTONDOWN ( h m w l -- res ) CleanupClose ;M
|