mask is a pixmap, not a drawable

SVN revision: 39404
This commit is contained in:
Vincent Torri 2009-03-07 07:45:05 +00:00
parent 5b5282ec3e
commit 9ed772fd35
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ struct _Outbuf
xcb_connection_t *conn;
xcb_screen_t *screen;
xcb_drawable_t win;
xcb_drawable_t mask;
xcb_pixmap_t mask;
xcb_visualtype_t *vis;
xcb_colormap_t cmap;
int depth;