comparison include/mb_X_supp.h @ 1124:b5ff72dbc910

merge
author wycc
date Thu, 09 Dec 2010 07:48:46 +0800
parents 1993e5ae60aa
children
comparison
equal deleted inserted replaced
1123:aad659b6b625 1124:b5ff72dbc910
2 // vim: sw=4:ts=8:sts=4 2 // vim: sw=4:ts=8:sts=4
3 #ifndef __X_SUPP_H_ 3 #ifndef __X_SUPP_H_
4 #define __X_SUPP_H_ 4 #define __X_SUPP_H_
5 5
6 #include <X11/Xlib.h> 6 #include <X11/Xlib.h>
7 #include "mb_types.h"
8 #include "mb_timer.h"
9 #include "mb_redraw_man.h"
10 #include "mb_img_ldr.h"
11
12 /*! \ingroup xkb
13 * @{
14 */
15 typedef struct _X_kb_info X_kb_info_t;
16
17 struct _X_kb_event {
18 event_t event;
19 int keycode;
20 int sym;
21 };
22 typedef struct _X_kb_event X_kb_event_t;
23
24 /* @} */
25
26 typedef struct _X_supp_runtime X_supp_runtime_t;
27 7
28 typedef Window MB_WINDOW; 8 typedef Window MB_WINDOW;
29 typedef Display *MB_DISPLAY; 9 typedef Display *MB_DISPLAY;
30 10
31 #endif 11 #endif