Home
last modified time | relevance | path

Searched refs:grab_kbd (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/x11vnc/
Dxevents.h39 extern int grab_kbd;
Dxwrappers.c924 if (grab_kbd) { in XTestFakeKeyEvent_wr()
1005 if (grab_kbd && ungrab_both) { in XTestFakeButtonEvent_wr()
1076 if (grab_kbd && ungrab_both) { in XTestFakeMotionEvent_wr()
Dremote.c4176 snprintf(buf, bufn, "ans=%s:%d", p, grab_kbd); in process_remote_cmd()
4179 grab_kbd = 1; in process_remote_cmd()
4187 int orig = grab_kbd; in process_remote_cmd()
4189 snprintf(buf, bufn, "ans=%s:%d", p, !grab_kbd); in process_remote_cmd()
4192 grab_kbd = 0; in process_remote_cmd()
4257 grab_kbd = 1; in process_remote_cmd()
4270 grab_kbd = 0; in process_remote_cmd()
Dconnections.c4284 if (grab_kbd) { in adjust_grabs()
4299 if (grab_kbd) { in adjust_grabs()
4341 } else if (grab_kbd || grab_ptr) { in check_new_clients()
Dxevents.c57 int grab_kbd = 0; variable
Dx11vnc.c2579 grab_kbd = 1; in main()
2591 grab_kbd = 1; in main()