Fix 'windows' shadowing
parent
7d30e47bca
commit
dcec7beab2
|
@ -4,7 +4,7 @@ USING: alien alien.c-types arrays assocs ui ui.gadgets
|
||||||
ui.backend ui.clipboards ui.gadgets.worlds ui.gestures io kernel
|
ui.backend ui.clipboards ui.gadgets.worlds ui.gestures io kernel
|
||||||
math math.vectors namespaces prettyprint sequences strings
|
math math.vectors namespaces prettyprint sequences strings
|
||||||
vectors words windows.kernel32 windows.gdi32 windows.user32
|
vectors words windows.kernel32 windows.gdi32 windows.user32
|
||||||
windows.shell32 windows.opengl32 windows.messages windows.types
|
windows.opengl32 windows.messages windows.types
|
||||||
windows.nt windows threads timers libc combinators continuations
|
windows.nt windows threads timers libc combinators continuations
|
||||||
command-line shuffle opengl ui.render ;
|
command-line shuffle opengl ui.render ;
|
||||||
IN: ui.windows
|
IN: ui.windows
|
||||||
|
|
Loading…
Reference in New Issue