comparison src/shape_image.c @ 266:af2d3300f8ff

Add image for document of latex format
author Thinker K.F. Li <thinker@branda.to>
date Sat, 24 Jan 2009 15:18:30 +0800
parents b42ee279669e
children 43900cae1d49
comparison
equal deleted inserted replaced
265:b42ee279669e 266:af2d3300f8ff
40 * X backend, now, create an instance of simple_mb_img_ldr_t and assigns 40 * X backend, now, create an instance of simple_mb_img_ldr_t and assigns
41 * the instance to redraw_man_t::img_ldr. Programmers should get 41 * the instance to redraw_man_t::img_ldr. Programmers should get
42 * image loader assigned for a rdman by calling rdman_img_ldr(). 42 * image loader assigned for a rdman by calling rdman_img_ldr().
43 * 43 *
44 * \image html image_n_ldr.png 44 * \image html image_n_ldr.png
45 * 45 * \image latex image_n_ldr.eps "Relationship of image and loader" width=10cm
46 */ 46 */
47 47
48 #define ASSERT(x) 48 #define ASSERT(x)
49 #define OK 0 49 #define OK 0
50 #define ERR -1 50 #define ERR -1