Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / common / xorgHelper.c
CommitLineData
a09e091a
JB
1
2#ifdef HAVE_XORG_CONFIG_H
3#include <xorg-config.h>
4#endif
5
6#include <X11/X.h>
7#include "os.h"
8#include "servermd.h"
9#include "pixmapstr.h"
10#include "windowstr.h"
11#include "propertyst.h"
12#include "gcstruct.h"
13#include "loaderProcs.h"
14#include "xf86.h"
15#include "xf86Priv.h"
16#include "xorgVersion.h"
17
18CARD32
19xorgGetVersion(void)
20{
21 return XORG_VERSION_CURRENT;
22}