Changeset 99620 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- May 5, 2023 9:08:00 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r99600 r99620 35 35 36 36 #include <VBox/VBoxGuestLib.h> 37 #include <VBox/GuestHost/ SessionType.h>37 #include <VBox/GuestHost/DisplayServerType.h> 38 38 39 39 #include "../seamless.h" … … 41 41 static RTSEMEVENT eventSem; 42 42 43 VBGH SESSIONTYPE VBClGetSessionType(void)43 VBGHDISPLAYSERVERTYPE VBClGetDisplayServerType(void) 44 44 { 45 return VBGH SESSIONTYPE_X11;45 return VBGHDISPLAYSERVERTYPE_X11; 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.