1 void xclip_handle_SelectionNotify(RDPCLIENT * This, XSelectionEvent * event); 2 void xclip_handle_SelectionRequest(RDPCLIENT * This, XSelectionRequestEvent * xevent); 3 void xclip_handle_SelectionClear(RDPCLIENT * This); 4 void xclip_handle_PropertyNotify(RDPCLIENT * This, XPropertyEvent * xev); 5 int ewmh_get_window_state(RDPCLIENT * This, Window w); 6 int ewmh_change_state(RDPCLIENT * This, Window wnd, int state); 7 int ewmh_move_to_desktop(RDPCLIENT * This, Window wnd, unsigned int desktop); 8 int ewmh_get_window_desktop(RDPCLIENT * This, Window wnd); 9 void ewmh_set_wm_name(RDPCLIENT * This, Window wnd, const char *title); 10 int ewmh_set_window_popup(RDPCLIENT * This, Window wnd); 11 int ewmh_set_window_modal(RDPCLIENT * This, Window wnd); 12