- Timestamp:
- Jul 3, 2009 10:00:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r21207 r21214 505 505 RT_ELEMENTS(g_ahWin1), 506 506 g_ahWin1, 507 g_aAttrib1 Before,507 g_aAttrib1After, 508 508 g_apszNames1, 509 509 20, … … 517 517 RT_ELEMENTS(g_aRectangle1), 518 518 g_aRectangle1, 519 ShapeNotify,519 VBoxShapeNotify, 520 520 20, 521 521 RT_ELEMENTS(g_aRects1), … … 641 641 cErrs += smlsDoFixture(&g_testMap, "MapNotify event"); 642 642 cErrs += smlsDoFixture(&g_testUnmap, "UnmapNotify event"); 643 // Currently not working 644 // cErrs += smlsDoFixture(&g_testShape, "ShapeNotify event"); 643 cErrs += smlsDoFixture(&g_testShape, "ShapeNotify event"); 645 644 if (cErrs > 0) 646 645 RTPrintf("%u errors\n", cErrs);
Note:
See TracChangeset
for help on using the changeset viewer.