repo.or.cz
/
xorg_rtime.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
First import
[xorg_rtime.git]
/
xorg-server-1.4
/
hw
/
xfree86
/
common
/
xorgHelper.c
blob
7f9dd507aaea5e52c42b8c42a1b0b28a1c072f4d
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
18
19
CARD32
20
xorgGetVersion
()
21
{
22
return
XORG_VERSION_CURRENT
;
23
}