#include <X11/Xlib.h>
#include "mb_types.h"
#include "mb_timer.h"
#include "mb_redraw_man.h"
Go to the source code of this file.
Classes | |
struct | _X_kb_event |
Typedefs | |
typedef struct _X_MB_runtime | X_MB_runtime_t |
typedef struct _X_kb_info | X_kb_info_t |
typedef struct _X_kb_event | X_kb_event_t |
Functions | |
void | X_MB_handle_connection (X_MB_runtime_t *rt) |
Handle connection coming data and timeout of timers. | |
X_MB_runtime_t * | X_MB_new (const char *display_name, int w, int h) |
void | X_MB_free (X_MB_runtime_t *xmb_rt) |
subject_t * | X_MB_kbevents (X_MB_runtime_t *xmb_rt) |
redraw_man_t * | X_MB_rdman (X_MB_runtime_t *xmb_rt) |
mb_tman_t * | X_MB_tman (X_MB_runtime_t *xmb_rt) |
ob_factory_t * | X_MB_ob_factory (X_MB_runtime_t *xmb_rt) |
typedef struct _X_MB_runtime X_MB_runtime_t |
Definition at line 23 of file mb_X_supp.h.
void X_MB_free | ( | X_MB_runtime_t * | xmb_rt | ) |
void X_MB_handle_connection | ( | X_MB_runtime_t * | rt | ) |
Handle connection coming data and timeout of timers.
display | is a Display returned by XOpenDisplay(). | |
rdman | is a redraw manager. | |
tman | is a timer manager. |
subject_t* X_MB_kbevents | ( | X_MB_runtime_t * | xmb_rt | ) |
X_MB_runtime_t* X_MB_new | ( | const char * | display_name, | |
int | w, | |||
int | h | |||
) |
ob_factory_t* X_MB_ob_factory | ( | X_MB_runtime_t * | xmb_rt | ) |
redraw_man_t* X_MB_rdman | ( | X_MB_runtime_t * | xmb_rt | ) |
mb_tman_t* X_MB_tman | ( | X_MB_runtime_t * | xmb_rt | ) |