Changeset 8214 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 21, 2008 9:51:54 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29932
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-layouts.h
r8155 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This file was generated by successively loading each of the keyboard 9 layouts listed in the file keyboard-list.h into the X server and 10 reading and dumping the values associated with each key. The format 11 of the dumped data is chosen to be compatible with the keyboard code 12 in keyboard-new.c, which is based on code from the Wine project. */ 9 13 10 14 /* … … 25 29 26 30 #ifndef ___VBox_keyboard_tables_h 27 # error This file must be included from within keyboard- layouts.h31 # error This file must be included from within keyboard-tables.h 28 32 #endif /* ___VBox_keyboard_tables_h */ 29 33 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h
r8155 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This file was originally generated from the X.org file 9 /etc/X11/xkb/rules/xorg.xml, in an attempt to support all 10 keyboard layouts known to X.org. */ 9 11 10 12 /* … … 25 27 26 28 #ifndef ___VBox_keyboard_tables_h 27 # error This file must be included from within keyboard- layouts.h29 # error This file must be included from within keyboard-tables.h 28 30 #endif /* ___VBox_keyboard_tables_h */ 29 31 -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h
r8170 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This code is originally from the Wine project. It was split off from 9 keyboard-new.c. (See the copyrights in that file). */ 9 10 10 11 /* -
trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.h
r8155 r8214 5 5 * 6 6 */ 7 8 /* This code is originally from the Wine project. */9 7 10 8 /* -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-layouts.h
r8155 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This file was generated by successively loading each of the keyboard 9 layouts listed in the file keyboard-list.h into the X server and 10 reading and dumping the values associated with each key. The format 11 of the dumped data is chosen to be compatible with the keyboard code 12 in keyboard-new.c, which is based on code from the Wine project. */ 9 13 10 14 /* … … 25 29 26 30 #ifndef ___VBox_keyboard_tables_h 27 # error This file must be included from within keyboard- layouts.h31 # error This file must be included from within keyboard-tables.h 28 32 #endif /* ___VBox_keyboard_tables_h */ 29 33 -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-list.h
r8155 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This file was originally generated from the X.org file 9 /etc/X11/xkb/rules/xorg.xml, in an attempt to support all 10 keyboard layouts known to X.org. */ 9 11 10 12 /* … … 25 27 26 28 #ifndef ___VBox_keyboard_tables_h 27 # error This file must be included from within keyboard- layouts.h29 # error This file must be included from within keyboard-tables.h 28 30 #endif /* ___VBox_keyboard_tables_h */ 29 31 -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-tables.h
r8155 r8214 6 6 */ 7 7 8 /* This code is originally from the Wine project. */ 8 /* This code is originally from the Wine project. It was split off from 9 keyboard-new.c. (See the copyrights in that file). */ 9 10 10 11 /* -
trunk/src/VBox/Frontends/VirtualBox4/src/linux/keyboard.h
r8155 r8214 5 5 * 6 6 */ 7 8 /* This code is originally from the Wine project. */9 7 10 8 /*
Note:
See TracChangeset
for help on using the changeset viewer.