Changeset 30551 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
- Timestamp:
- Jul 1, 2010 1:50:52 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63259
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r30550 r30551 34 34 /* Local forwards */ 35 35 class UISession; 36 class UIMachineLogic; 37 class UIMachineWindow; 36 38 class UIFrameBuffer; 37 class UIMachineWindow;38 class UIMachineLogic;39 39 class VBoxGlobalSettings; 40 40 … … 176 176 static LRESULT CALLBACK lowLevelKeyboardProc(int nCode, WPARAM wParam, LPARAM lParam); 177 177 bool winLowKeyboardEvent(UINT msg, const KBDLLHOOKSTRUCT &event); 178 bool winEvent(MSG * aMsg, long *aResult);178 bool winEvent(MSG *pMsg, long *puResult); 179 179 #elif defined(Q_WS_X11) 180 180 bool x11Event(XEvent *event);
Note:
See TracChangeset
for help on using the changeset viewer.