Changeset 108635 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 20, 2025 12:02:30 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168048
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r107156 r108635 88 88 # include <X11/keysym.h> 89 89 # ifdef KeyPress 90 const int XFocusIn = FocusIn;91 const int XFocusOut = FocusOut;92 const int XKeyPress = KeyPress;93 const int XKeyRelease = KeyRelease;94 90 # undef KeyRelease 95 91 # undef KeyPress
Note:
See TracChangeset
for help on using the changeset viewer.