fix comment

SVN revision: 39280
This commit is contained in:
Vincent Torri 2009-02-28 13:02:17 +00:00
parent 4e282b255e
commit c5e64e50b7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ typedef struct _Evas_Engine_Info_Software_X11 Evas_Engine_Info_Software_X11;
* connection | Display * | xcb_connection_t *
* screen | NULL | xcb_screen_t *
* drawable | Drawable | xcb_drawable_t
* mask | Drawable | xcb_drawable_t
* mask | Pixmap | xcb_pixmap_t
* visual | Visual * | xcb_visualtype_t *
* colormap | Colormap | xcb_colormap_t
*/