Changeset 22232 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Aug 13, 2009 12:04:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r22097 r22232 344 344 static Window g_ahWin1[] = { 20 }; 345 345 static XWindowAttributes g_aAttrib1Before[] = 346 { { 100, 200, 200, 300, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,346 { { 100, 200, 200, 300, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 347 347 IsViewable } 348 348 }; … … 353 353 }; 354 354 static XWindowAttributes g_aAttrib1After[] = 355 { { 200, 300, 200, 300, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,355 { { 200, 300, 200, 300, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 356 356 IsViewable } 357 357 }; … … 393 393 394 394 static XWindowAttributes g_aAttrib2Before[] = 395 { { 100, 200, 200, 300, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,395 { { 100, 200, 200, 300, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 396 396 IsViewable } 397 397 }; … … 429 429 430 430 static XWindowAttributes g_aAttrib3Before[] = 431 { { 200, 300, 200, 300, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,431 { { 200, 300, 200, 300, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 432 432 IsUnmapped } 433 433 }; … … 460 460 461 461 static XWindowAttributes g_aAttrib4After[] = 462 { { 100, 200, 300, 400, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,462 { { 100, 200, 300, 400, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463 463 IsUnmapped } 464 464 };
Note:
See TracChangeset
for help on using the changeset viewer.