comparison 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
comparison
equal deleted inserted replaced
259:e8a784a306d0 260:29acbd8a0dd0
449 xmb_rt->rdman->rt = xmb_rt; 449 xmb_rt->rdman->rt = xmb_rt;
450 450
451 xmb_rt->tman = mb_tman_new(); 451 xmb_rt->tman = mb_tman_new();
452 452
453 xmb_rt->img_ldr = simple_mb_img_ldr_new("./"); 453 xmb_rt->img_ldr = simple_mb_img_ldr_new("./");
454 454 xmb_rt->rdman->img_ldr = xmb_rt->img_ldr;
455
455 #ifndef ONLY_MOUSE_MOVE_RAW 456 #ifndef ONLY_MOUSE_MOVE_RAW
456 xmb_rt->last = NULL; 457 xmb_rt->last = NULL;
457 #endif 458 #endif
458 459
459 X_kb_init(&xmb_rt->kbinfo, xmb_rt->display, xmb_rt->rdman); 460 X_kb_init(&xmb_rt->kbinfo, xmb_rt->display, xmb_rt->rdman);