]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/cocoa/cocoa.factor
Fix comments to be ! not #!.
[factor.git] / basis / ui / backend / cocoa / cocoa.factor
index c1f68d3cd83acf03bfbe56800df3724f81db2dae..fb050e863c7c1b817809011baf181d94f273d047 100644 (file)
@@ -80,9 +80,9 @@ M: pasteboard set-clipboard-contents
     [ 0 0 ] dip dim>> first2 <CGRect> ;
 
 : auto-position ( window loc -- )
-    #! Note: if this is the initial window, the length of the windows
-    #! vector should be 1, since (open-window) calls auto-position
-    #! after register-window.
+    ! Note: if this is the initial window, the length of the windows
+    ! vector should be 1, since (open-window) calls auto-position
+    ! after register-window.
     dup { 0 0 } = [
         drop
         ui-windows get-global length 1 <= [ -> center ] [