use of xcb name

SVN revision: 13906
This commit is contained in:
doursse 2005-03-25 19:20:59 +00:00 committed by doursse
parent 5b4db3cfc2
commit cc3bcdffcd
1 changed files with 3 additions and 3 deletions

View File

@ -73,9 +73,9 @@ main(int argc, char **argv)
screen = XCBConnSetupSuccessRepRootsIter (XCBGetSetup(conn)).data;
mask =
CWBackingStore | CWColormap |
CWBackPixmap | CWBorderPixel |
CWBitGravity | CWEventMask;
XCBCWBackingStore | XCBCWColormap |
XCBCWBackPixmap | XCBCWBorderPixel |
XCBCWBitGravity | XCBCWEventMask;
value[0] = None;
value[1] = 0;