Changeset 1611 in vbox
- Timestamp:
- Mar 21, 2007 7:39:09 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
-
VBoxConsoleView.cpp (modified) (2 diffs)
-
VBoxVMListBox.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r1395 r1611 1815 1815 bool processed = false; 1816 1816 #if defined (Q_WS_WIN32) 1817 NOREF(aUniKey); 1817 1818 int n = GetKeyboardLayoutList (0, NULL); 1818 1819 Assert (n); … … 1832 1833 delete[] list; 1833 1834 #elif defined (Q_WS_X11) 1835 NOREF(aUniKey); 1834 1836 Display *display = x11Display(); 1835 1837 int keysyms_per_keycode = getKeysymsPerKeycode(); -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp
r1350 r1611 119 119 #elif defined (Q_WS_X11) 120 120 121 NOREF (aPid); 121 122 return (WId) ~0; 122 123
Note:
See TracChangeset
for help on using the changeset viewer.

