xproto.h

来自「rdesktop is a client for Microsoft Windo」· C头文件 代码 · 共 12 行

H
12
字号
void xclip_handle_SelectionNotify(XSelectionEvent * event);void xclip_handle_SelectionRequest(XSelectionRequestEvent * xevent);void xclip_handle_SelectionClear(void);void xclip_handle_PropertyNotify(XPropertyEvent * xev);int ewmh_get_window_state(Window w);int ewmh_change_state(Window wnd, int state);int ewmh_move_to_desktop(Window wnd, unsigned int desktop);int ewmh_get_window_desktop(Window wnd);void ewmh_set_wm_name(Window wnd, const char *title);int ewmh_set_window_popup(Window wnd);int ewmh_set_window_modal(Window wnd);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?