]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/windows/fullscreen/fullscreen.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / windows / fullscreen / fullscreen.factor
index dec93893d68538bf1eb280a37937ae162c9db4e0..ff06dcade5fd1043ce06c8b66672b8a860ad2cd8 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data classes.struct
-io.binary kernel literals locals make math math.bitwise
+endian kernel literals locals make math math.bitwise
 sequences slots.syntax ui.backend.windows ui.gadgets.worlds
 windows.errors windows.gdi32 windows.shcore windows.types
 windows.user32 ;
@@ -143,4 +143,4 @@ ERROR: unsupported-resolution triple ;
 
 : get-desktop-scale-factor ( -- n )
     desktop-hmonitor 0 DEVICE_SCALE_FACTOR <ref>
-    [ GetScaleFactorForMonitor win32-error=0/f ] keep le> ;
\ No newline at end of file
+    [ GetScaleFactorForMonitor win32-error=0/f ] keep le> ;