comparison src/X_supp.c @ 1049:9d4f02715987

Fix the forward reference issue.
author wycc
date Tue, 23 Nov 2010 23:57:29 +0800
parents bf5adf1e275e
children e415c55b4a0d
comparison
equal deleted inserted replaced
1048:f26c4b621ec0 1049:9d4f02715987
17 #ifdef XSHM 17 #ifdef XSHM
18 /* \sa http://www.xfree86.org/current/mit-shm.html */ 18 /* \sa http://www.xfree86.org/current/mit-shm.html */
19 #include <sys/ipc.h> 19 #include <sys/ipc.h>
20 #include <sys/shm.h> 20 #include <sys/shm.h>
21 #include <X11/extensions/XShm.h> 21 #include <X11/extensions/XShm.h>
22 static void XSHM_update(X_supp_runtime_t *xmb_rt);
22 #endif 23 #endif
23 24
24 #define ERR -1 25 #define ERR -1
25 #define OK 0 26 #define OK 0
26 27