mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 15:58:09 +02:00
registry: Add some missing #include's.
This commit is contained in:
parent
853ea337bd
commit
fe97f7c54a
4 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "randrstr.h"
|
||||
#include "swaprep.h"
|
||||
#include "registry.h"
|
||||
|
||||
RESTYPE RRCrtcType;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "randrstr.h"
|
||||
#include "registry.h"
|
||||
|
||||
RESTYPE RRModeType;
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "randrstr.h"
|
||||
#include "registry.h"
|
||||
|
||||
RESTYPE RROutputType;
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
#include "servermd.h"
|
||||
#include "picturestr.h"
|
||||
#include "xace.h"
|
||||
#include "registry.h"
|
||||
|
||||
_X_EXPORT DevPrivateKey PictureScreenPrivateKey = &PictureScreenPrivateKey;
|
||||
DevPrivateKey PictureWindowPrivateKey = &PictureWindowPrivateKey;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue