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
/
dummylib
/
xf86verbose.c
blob
c4a45d68ee5bf7abbe51e495a16136cb41eb38ec
1
#ifdef HAVE_XORG_CONFIG_H
2
#include <xorg-config.h>
3
#endif
4
5
#include <X11/X.h>
6
#include
"os.h"
7
#include
"xf86.h"
8
#include
"xf86Priv.h"
9
10
/* Dummy variables */
11
int
xf86Verbose
=
0
;
12