mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 15:40:04 +01:00
12 lines
201 B
C
12 lines
201 B
C
#ifdef HAVE_XORG_CONFIG_H
|
|
#include <xorg-config.h>
|
|
#endif
|
|
|
|
#include <X11/X.h>
|
|
#include "os.h"
|
|
#include "xf86.h"
|
|
#include "xf86Priv.h"
|
|
|
|
/* Dummy variables */
|
|
_X_EXPORT ScrnInfoPtr *xf86Screens = NULL;
|
|
|