]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/backend/backend.factor
Added set-fullscreen? and fullscreen? hooks along with their cocoa implementations.
[factor.git] / extra / ui / backend / backend.factor
index a0646f35b0d618a455b96b4ac6ca95831efa5cb1..cc1f5f7d0585d82ec0ae55de7f31b61654ed69d3 100755 (executable)
@@ -7,6 +7,10 @@ SYMBOL: ui-backend
 
 HOOK: set-title ui-backend ( string world -- )
 
+HOOK: set-fullscreen? ui-backend ( ? world -- )
+
+HOOK: fullscreen? ui-backend ( world -- ? )
+
 HOOK: (open-window) ui-backend ( world -- )
 
 HOOK: (close-window) ui-backend ( handle -- )