Changeset 21873 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 30, 2009 9:43:49 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50518
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/X11
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard-new.c
r21711 r21873 485 485 * Returns the keycode to scancode array 486 486 */ 487 unsigned *X11DRV_getKeyc2scan( )487 unsigned *X11DRV_getKeyc2scan(void) 488 488 { 489 489 return keyc2scan; -
trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard.h
r21711 r21873 44 44 #endif 45 45 #ifdef VBOX_HAVE_VISIBILITY_HIDDEN 46 extern CCALL __attribute__((visibility("default"))) unsigned *X11DRV_getKeyc2scan( );46 extern CCALL __attribute__((visibility("default"))) unsigned *X11DRV_getKeyc2scan(void); 47 47 extern CCALL __attribute__((visibility("default"))) unsigned X11DRV_InitKeyboard(Display *dpy, unsigned *byLayoutOK, unsigned *byTypeOK, int (*remapScancodes)[2]); 48 48 extern CCALL __attribute__((visibility("default"))) unsigned X11DRV_KeyEvent(Display *dpy, KeyCode code);
Note:
See TracChangeset
for help on using the changeset viewer.