VirtualBox

Changeset 53533 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 12, 2014 9:19:21 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97276
Message:

Additions/common and Additions/x11: add support for getting video mode hints through the VGA device, add defines missing on old kernels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/getmode.c

    r53530 r53533  
    4141# include "xf86_OSproc.h"
    4242#  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
    4349#  include <dirent.h>
    4450#  include <errno.h>
Note: See TracChangeset for help on using the changeset viewer.

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