Changeset 62358 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 20, 2016 2:03:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108903
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp
r62156 r62358 703 703 /* Parse key-event: */ 704 704 xcb_key_press_event_t *pKeyEvent = static_cast<xcb_key_press_event_t*>(pMessage); 705 RT_GCC_NO_ DEPRECATED_BEGIN705 RT_GCC_NO_WARN_DEPRECATED_BEGIN 706 706 const KeySym ks = ::XKeycodeToKeysym(QX11Info::display(), pKeyEvent->detail, 0); 707 RT_GCC_NO_ DEPRECATED_END707 RT_GCC_NO_WARN_DEPRECATED_END 708 708 const int iKeySym = static_cast<const int>(ks); 709 709 … … 840 840 /* Get key-code: */ 841 841 XKeyEvent *pKeyEvent = (XKeyEvent*)pEvent; 842 RT_GCC_NO_ DEPRECATED_BEGIN842 RT_GCC_NO_WARN_DEPRECATED_BEGIN 843 843 KeySym ks = ::XKeycodeToKeysym(pKeyEvent->display, pKeyEvent->keycode, 0); 844 RT_GCC_NO_ DEPRECATED_END844 RT_GCC_NO_WARN_DEPRECATED_END 845 845 846 846 int iKeySym = (int)ks;
Note:
See TracChangeset
for help on using the changeset viewer.