⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 x11wrapper.h

📁 基于SKYPE API 控件的开发示例 JSkype is an JNI implementation which enables Java clients to use the Skyp API
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -