1 Star 0 Fork 1

zx2591/martrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
xfds.h 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
cbdev 提交于 2017-04-18 00:31 . Skeleton & config parser
#include <stdbool.h>
#include <stdlib.h>
#include <stdio.h>
#include <X11/Xlib.h>
typedef struct /*XFD_AGGREG*/ {
int* fds;
unsigned size;
} X_FDS;
bool xfd_add(X_FDS* set, int fd);
bool xfd_remove(X_FDS* set, int fd);
void xfd_free(X_FDS* set);
void xconn_watch(Display* dpy, XPointer client_data, int fd, Bool opening, XPointer* watch_data);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zx2591/martrix.git
[email protected]:zx2591/martrix.git
zx2591
martrix
martrix
master

搜索帮助