]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.fullscreen: fix IN: declaration
authorBjörn Lindqvist <bjourne@gmail.com>
Mon, 3 Jul 2017 22:52:34 +0000 (00:52 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Tue, 4 Jul 2017 01:29:14 +0000 (03:29 +0200)
extra/windows/fullscreen/fullscreen.factor

index 7b30d25f0e6861d193a13c06cecd3ca846b8fd4e..039caae071c7106f583682605b8a0250fd00eb1d 100755 (executable)
@@ -5,7 +5,7 @@ literals locals make math math.bitwise multiline sequences
 slots.syntax ui.backend.windows vocabs.loader windows.errors
 windows.gdi32 windows.kernel32 windows.types windows.user32
 ui.gadgets.worlds ;
-IN: fullscreen
+IN: windows.fullscreen
 
 : hwnd>hmonitor ( HWND -- HMONITOR )
     MONITOR_DEFAULTTOPRIMARY MonitorFromWindow ;