VirtualBox

Ignore:
Timestamp:
Mar 14, 2008 10:33:04 AM (17 years ago)
Author:
vboxsync
Message:

Frontends/VirtualBox4: remove some legacy from the X11 keyboard code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/XKeyboard.h

    r5999 r7455  
    2020#define __XKeyboard_h__
    2121
    22 // our structure used to return keyboard event information
    23 typedef struct _WINEKEYBOARDINFO
    24 {
    25     unsigned short wVk;
    26     unsigned short wScan;
    27     unsigned long dwFlags;
    28     unsigned long time;
    29 } WINEKEYBOARDINFO;
    30 
    3122// initialize the X keyboard subsystem
    3223bool initXKeyboard(Display *dpy);
    3324// our custom keyboard handler
    34 void handleXKeyEvent(Display *dpy, XEvent *event, WINEKEYBOARDINFO *wineKbdInfo);
     25unsigned handleXKeyEvent(XEvent *event);
    3526// returns the number of keysyms per keycode (only valid after initXKeyboard())
    3627int getKeysymsPerKeycode();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette