diff src/X_supp.c @ 260:29acbd8a0dd0

Integrate sh_image with svg2code.py. diff -r e8a784a306d0 examples/svg2code_ex/dsc_3241.png Binary file examples/svg2code_ex/dsc_3241.png has changed diff -r e8a784a306d0 examples/svg2code_ex/dsc_3241.png Binary file examples/svg2code_ex/dsc_3241.png has changed
author Thinker K.F. Li <thinker@branda.to>
date Fri, 23 Jan 2009 23:00:23 +0800
parents e8a784a306d0
children b42ee279669e
line wrap: on
line diff
--- a/src/X_supp.c	Thu Jan 22 18:10:47 2009 +0800
+++ b/src/X_supp.c	Fri Jan 23 23:00:23 2009 +0800
@@ -451,7 +451,8 @@
     xmb_rt->tman = mb_tman_new();
 
     xmb_rt->img_ldr = simple_mb_img_ldr_new("./");
-
+    xmb_rt->rdman->img_ldr = xmb_rt->img_ldr;
+    
 #ifndef ONLY_MOUSE_MOVE_RAW
     xmb_rt->last = NULL;
 #endif