Changeset 53533 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 12, 2014 9:19:21 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97276
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/getmode.c
r53530 r53533 41 41 # include "xf86_OSproc.h" 42 42 # include <linux/input.h> 43 # ifndef EVIOCGRAB 44 # define EVIOCGRAB _IOW('E', 0x90, int) 45 # endif 46 # ifndef KEY_SWITCHVIDEOMODE 47 # define KEY_SWITCHVIDEOMODE 227 48 # endif 43 49 # include <dirent.h> 44 50 # include <errno.h>
Note:
See TracChangeset
for help on using the changeset viewer.