VirtualBox

Ignore:
Timestamp:
May 8, 2007 8:47:31 AM (18 years ago)
Author:
vboxsync
Message:

Reactivated and updated the Wine keyboard code for VirtualBox on remote X11 displays

File:
1 edited

Legend:

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

    r382 r2529  
    4444int getKeysymsPerKeycode();
    4545
     46// initialize the X keyboard subsystem, safe for use on remote X servers
     47bool initXKeyboardSafe(Display *dpy);
     48// our custom keyboard handler, safe for use on remote X servers
     49void handleXKeyEventSafe(Display *dpy, XEvent *event, WINEKEYBOARDINFO *wineKbdInfo);
     50// returns the number of keysyms per keycode (only valid after initXKeyboard()), safe
     51// for use on remote X servers
     52int getKeysymsPerKeycodeSafe();
     53
    4654
    4755#endif // __XKeyboard_h__
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