ui.backend.gtk: fix (grab-input) and (ungrab-input)
parent
e174b7a070
commit
66f5c2695f
|
@ -411,12 +411,12 @@ M: gtk-ui-backend raise-window*
|
||||||
] with-destructors ;
|
] with-destructors ;
|
||||||
|
|
||||||
M: gtk-ui-backend (grab-input)
|
M: gtk-ui-backend (grab-input)
|
||||||
handle>> window>>
|
window>>
|
||||||
[ gtk_grab_add ] [ GDK_BLANK_CURSOR set-cursor ] bi ;
|
[ gtk_grab_add ] [ GDK_BLANK_CURSOR set-cursor ] bi ;
|
||||||
|
|
||||||
M: gtk-ui-backend (ungrab-input)
|
M: gtk-ui-backend (ungrab-input)
|
||||||
handle>> window>>
|
window>>
|
||||||
[ gtk_grab_remove ] [ GDK_ARROW set-cursor ] bi ;
|
[ gtk_grab_remove ] [ GDK_LEFT_PTR set-cursor ] bi ;
|
||||||
|
|
||||||
M: window-handle select-gl-context ( handle -- )
|
M: window-handle select-gl-context ( handle -- )
|
||||||
window>>
|
window>>
|
||||||
|
|
Loading…
Reference in New Issue