summaryrefslogtreecommitdiff
path: root/src/xcbint.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-02-24 01:50:48 -0800
committerJamey Sharp <jamey@minilop.net>2006-02-24 01:50:48 -0800
commitbae98d36040d0cda1862839410cf92bac3927280 (patch)
tree8f945da5a3f4a9814889f3a6bc1a9ce7293141a3 /src/xcbint.h
parent67b2649dc4b6726c6d11fb0e41429ae5de82b0e8 (diff)
Move _xcb_set_fd_flags to xcb_conn.c and make it static. xcb_util.c now has only public functions.
Diffstat (limited to 'src/xcbint.h')
-rw-r--r--src/xcbint.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/xcbint.h b/src/xcbint.h
index ae36ac5..34b7197 100644
--- a/src/xcbint.h
+++ b/src/xcbint.h
@@ -37,6 +37,8 @@ enum workarounds {
WORKAROUND_GLX_GET_FB_CONFIGS_BUG
};
+#define XCB_PAD(i) (-(i) & 3)
+
/* xcb_list.c */
typedef struct _xcb_list _xcb_list;
@@ -68,13 +70,6 @@ void *_xcb_map_get(_xcb_map *q, unsigned int key);
void *_xcb_map_remove(_xcb_map *q, unsigned int key);
-/* xcb_util.c */
-
-#define XCB_PAD(i) (-(i) & 3)
-
-int _xcb_set_fd_flags(const int fd);
-
-
/* xcb_out.c */
typedef struct _xcb_out {