Home
last modified time | relevance | path

Searched refs:grab_redirect (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_widget.c582 if ( guts. grab_redirect == XX-> client || guts. grab_redirect == X_WINDOW) in apc_widget_destroy()
583 guts. grab_redirect = NULL_HANDLE; in apc_widget_destroy()
1061 guts. grab_redirect = z; in apc_widget_set_capture()
1070 guts. grab_redirect = NULL_HANDLE; in apc_widget_set_capture()
1078 guts. grab_redirect = NULL_HANDLE; in apc_widget_set_capture()
1206 if ( XX-> client == guts. grab_redirect) { in apc_widget_set_pos()
1415 if ( XX-> client == guts. grab_redirect) { in apc_widget_set_rect()
H A Dapc_event.c1159 if ( win == guts. root && guts. grab_redirect) in prima_handle_event()
1160 win = guts. grab_redirect; in prima_handle_event()
1221 if ( ev-> xany. window == guts. root && guts. grab_redirect) { in prima_handle_event()
1394 if ( ev-> xany. window == guts. root && guts. grab_redirect) { in prima_handle_event()
H A Dapc_win.c872 if ( XX-> client == guts. grab_redirect) { in apc_window_set_client_pos()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h692 XWindow grab_redirect; member