2006-11-26 11:13:41 -07:00
|
|
|
|
|
|
|
#ifdef HAVE_XORG_CONFIG_H
|
|
|
|
#include <xorg-config.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <X11/X.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"
|
|
|
|
#include "xorgVersion.h"
|
|
|
|
|
|
|
|
|
|
|
|
CARD32
|
2010-07-27 13:02:24 -06:00
|
|
|
xorgGetVersion(void)
|
2006-11-26 11:13:41 -07:00
|
|
|
{
|
|
|
|
return XORG_VERSION_CURRENT;
|
|
|
|
}
|