CURRENTWINDOW

CURRENTWINDOW is a special identify for xdo input faking (mouse and keyboard) functions like xdo_send_keysequence_window that indicate we should target the current window, not a specific window.

Generally, this means we will use XTEST instead of XSendEvent when sending events.

enum CURRENTWINDOW = 0;

Meta