mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
22 lines
341 B
C
22 lines
341 B
C
#include <xorg-config.h>
|
|
|
|
#include <X11/X.h>
|
|
|
|
#include "include/xorgVersion.h"
|
|
|
|
#include "os.h"
|
|
#include "servermd.h"
|
|
#include "pixmapstr.h"
|
|
#include "windowstr.h"
|
|
#include "propertyst.h"
|
|
#include "gcstruct.h"
|
|
#include "loaderProcs.h"
|
|
#include "xf86.h"
|
|
#include "xf86Priv.h"
|
|
|
|
CARD32
|
|
xorgGetVersion(void)
|
|
{
|
|
return XORG_VERSION_CURRENT;
|
|
}
|