Fix raise-window typo on X11
parent
6e112b6ef8
commit
d8be9e23ec
|
@ -136,7 +136,7 @@ IN: gadgets
|
||||||
world-handle first map-window* ;
|
world-handle first map-window* ;
|
||||||
|
|
||||||
: raise-window ( world -- )
|
: raise-window ( world -- )
|
||||||
dpy get swap second XRaiseWindow drop ;
|
dpy get swap world-handle first XRaiseWindow drop ;
|
||||||
|
|
||||||
: select-gl-context ( handle -- )
|
: select-gl-context ( handle -- )
|
||||||
dpy get swap first2 glXMakeCurrent
|
dpy get swap first2 glXMakeCurrent
|
||||||
|
|
Loading…
Reference in New Issue