Mercurial > MadButterfly
comparison include/mb_X_supp.h @ 1016:7b503c7ed46f refine_backend_if
Change naming convention from X_MB to X_supp or x_supp
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 22 Nov 2010 10:29:36 +0800 |
parents | 02d52058d352 |
children | 1993e5ae60aa |
comparison
equal
deleted
inserted
replaced
1015:c4a567112d29 | 1016:7b503c7ed46f |
---|---|
21 }; | 21 }; |
22 typedef struct _X_kb_event X_kb_event_t; | 22 typedef struct _X_kb_event X_kb_event_t; |
23 | 23 |
24 /* @} */ | 24 /* @} */ |
25 | 25 |
26 typedef struct _X_MB_runtime X_MB_runtime_t; | 26 typedef struct _X_supp_runtime X_supp_runtime_t; |
27 | 27 |
28 typedef Window MB_WINDOW; | 28 typedef Window MB_WINDOW; |
29 typedef Display *MB_DISPLAY; | 29 typedef Display *MB_DISPLAY; |
30 | 30 |
31 #endif | 31 #endif |