diff include/mb_X_supp.h @ 1124:b5ff72dbc910

merge
author wycc
date Thu, 09 Dec 2010 07:48:46 +0800
parents 1993e5ae60aa
children
line wrap: on
line diff
--- a/include/mb_X_supp.h	Thu Dec 09 07:48:08 2010 +0800
+++ b/include/mb_X_supp.h	Thu Dec 09 07:48:46 2010 +0800
@@ -4,26 +4,6 @@
 #define __X_SUPP_H_
 
 #include <X11/Xlib.h>
-#include "mb_types.h"
-#include "mb_timer.h"
-#include "mb_redraw_man.h"
-#include "mb_img_ldr.h"
-
-/*! \ingroup xkb
- * @{
- */
-typedef struct _X_kb_info X_kb_info_t;
-
-struct _X_kb_event {
-    event_t event;
-    int keycode;
-    int sym;
-};
-typedef struct _X_kb_event X_kb_event_t;
-
-/* @} */
-
-typedef struct _X_supp_runtime X_supp_runtime_t;
 
 typedef Window MB_WINDOW;
 typedef Display *MB_DISPLAY;