x11wrapper.h
来自「基于SKYPE API 控件的开发示例 JSkype is an JNI im」· C头文件 代码 · 共 18 行
H
18 行
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <sys/time.h>#include <sys/types.h>#include <unistd.h>#include <X11/Xlib.h>#include "com_skype_connector_linux_LinuxConnector.h"#include "javawrapper.h" char *x11SendToSkype(const char *msg); int x11InitSkypeConnection(); int x11DetectSkype(); int x11sendMessageInternal(Window w_P, const char* message_P, Display *disp, Window handle_P); void *x11Mainloop(void *); void x11StopMainloop();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?