fix comment
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Feb 2009 13:02:17 +0000 (13:02 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 28 Feb 2009 13:02:17 +0000 (13:02 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39280 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_x11/Evas_Engine_Software_X11.h

index 0d570b3..ff82260 100644 (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
  */