Changeset 10434 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 9, 2008 3:05:58 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r10430 r10434 163 163 static int gHostKeySym2 = SDLK_UNKNOWN; 164 164 #endif 165 static c har *gHostKeyDisabledCombinations;165 static const char *gHostKeyDisabledCombinations = ""; 166 166 static BOOL gfGrabbed = FALSE; 167 167 static BOOL gfGrabOnMouseClick = TRUE; … … 1315 1315 } 1316 1316 } 1317 if (rc == E_FAIL) 1318 break; 1317 1319 } 1318 1320 else if (strcmp(argv[curArg], "-nograbonclick") == 0)
Note:
See TracChangeset
for help on using the changeset viewer.