From c5e64e50b799eda16c794ea25a0ff79966636ac1 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 28 Feb 2009 13:02:17 +0000 Subject: [PATCH] fix comment SVN revision: 39280 --- .../src/modules/engines/software_x11/Evas_Engine_Software_X11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/software_x11/Evas_Engine_Software_X11.h b/legacy/evas/src/modules/engines/software_x11/Evas_Engine_Software_X11.h index 0d570b3885..ff82260950 100644 --- a/legacy/evas/src/modules/engines/software_x11/Evas_Engine_Software_X11.h +++ b/legacy/evas/src/modules/engines/software_x11/Evas_Engine_Software_X11.h @@ -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 */