Changeset 56211 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Jun 3, 2015 8:48:19 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100753
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r55968 r56211 220 220 uint32_t fFeatures = 0; 221 221 int rc; 222 unsigned i;223 222 224 223 rc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL); … … 237 236 static void runDisplay(struct DISPLAYSTATE *pState) 238 237 { 239 int status,rc;238 int rc; 240 239 unsigned i, cScreensTracked; 241 char szCommand[256];242 240 243 241 LogRelFlowFunc(("\n")); -
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r55980 r56211 277 277 bool fDaemonise = true, fRespawn = true; 278 278 int rc; 279 const char *pcszFileName , *pcszStage;279 const char *pcszFileName; 280 280 281 281 /* Initialise our runtime before all else. */ -
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp
r55401 r56211 120 120 { 121 121 int rc = VINF_SUCCESS; 122 char ach[2];123 122 124 123 RTR3InitExe(argc, &argv, 0);
Note:
See TracChangeset
for help on using the changeset viewer.