]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fullscreen/fullscreen.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / fullscreen / fullscreen.factor
index 56c14265542f18e1a3349a10a3babe5e956d19eb..7b30d25f0e6861d193a13c06cecd3ca846b8fd4e 100755 (executable)
@@ -64,7 +64,7 @@ ERROR: display-change-error n ;
 
 : get-style ( hwnd n -- style )
     GetWindowLongPtr [ win32-error=0/f ] keep ;
-    
+
 : set-style ( hwnd n style -- )
     SetWindowLongPtr win32-error=0/f ;
 
@@ -100,7 +100,7 @@ ERROR: unsupported-resolution triple ;
 
 :: enable-fullscreen ( triple hwnd -- rect )
     hwnd hwnd>RECT :> rect
-    
+
     desktop-monitor-info
     triple GetDesktopWindow find-devmode
     hwnd set-fullscreen-styles