windows.fullscreen: fix IN: declaration

modern-harvey2
Björn Lindqvist 2017-07-04 00:52:34 +02:00
parent 01aab7c884
commit 06e8399049
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;