Mercurial > MadButterfly
comparison include/mb_X_supp.h @ 259:e8a784a306d0
Initialize an image loader for X runtime
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 22 Jan 2009 18:10:47 +0800 |
parents | 530bb7728546 |
children | af4b506ad56f |
comparison
equal
deleted
inserted
replaced
258:f24129d4f0f9 | 259:e8a784a306d0 |
---|---|
3 | 3 |
4 #include <X11/Xlib.h> | 4 #include <X11/Xlib.h> |
5 #include "mb_types.h" | 5 #include "mb_types.h" |
6 #include "mb_timer.h" | 6 #include "mb_timer.h" |
7 #include "mb_redraw_man.h" | 7 #include "mb_redraw_man.h" |
8 #include "mb_img_ldr.h" | |
8 | 9 |
9 /*! \ingroup xkb | 10 /*! \ingroup xkb |
10 * @{ | 11 * @{ |
11 */ | 12 */ |
12 typedef struct _X_kb_info X_kb_info_t; | 13 typedef struct _X_kb_info X_kb_info_t; |
28 | 29 |
29 extern subject_t *X_MB_kbevents(X_MB_runtime_t *xmb_rt); | 30 extern subject_t *X_MB_kbevents(X_MB_runtime_t *xmb_rt); |
30 extern redraw_man_t *X_MB_rdman(X_MB_runtime_t *xmb_rt); | 31 extern redraw_man_t *X_MB_rdman(X_MB_runtime_t *xmb_rt); |
31 extern mb_tman_t *X_MB_tman(X_MB_runtime_t *xmb_rt); | 32 extern mb_tman_t *X_MB_tman(X_MB_runtime_t *xmb_rt); |
32 extern ob_factory_t *X_MB_ob_factory(X_MB_runtime_t *xmb_rt); | 33 extern ob_factory_t *X_MB_ob_factory(X_MB_runtime_t *xmb_rt); |
34 extern mb_img_ldr_t *X_MB_img_ldr(X_MB_runtime_t *xmb_rt); | |
33 | 35 |
34 #endif | 36 #endif |