diff 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
line wrap: on
line diff
--- a/include/mb_X_supp.h	Thu Jan 15 17:00:58 2009 +0800
+++ b/include/mb_X_supp.h	Thu Jan 22 18:10:47 2009 +0800
@@ -5,6 +5,7 @@
 #include "mb_types.h"
 #include "mb_timer.h"
 #include "mb_redraw_man.h"
+#include "mb_img_ldr.h"
 
 /*! \ingroup xkb
  * @{
@@ -30,5 +31,6 @@
 extern redraw_man_t *X_MB_rdman(X_MB_runtime_t *xmb_rt);
 extern mb_tman_t *X_MB_tman(X_MB_runtime_t *xmb_rt);
 extern ob_factory_t *X_MB_ob_factory(X_MB_runtime_t *xmb_rt);
+extern mb_img_ldr_t *X_MB_img_ldr(X_MB_runtime_t *xmb_rt);
 
 #endif