Compare commits
1 Commits
master
...
submit/xex
Author | SHA1 | Date | |
---|---|---|---|
|
7aee7a621f |
|
@ -1,8 +1,6 @@
|
||||||
/* Prototypes for functions that the DDX must provide */
|
/* Prototypes for functions that the DDX must provide */
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _DPMSPROC_H_
|
#ifndef _DPMSPROC_H_
|
||||||
#define _DPMSPROC_H_
|
#define _DPMSPROC_H_
|
||||||
|
|
|
@ -32,9 +32,7 @@ Equipment Corporation.
|
||||||
* PanoramiX definitions
|
* PanoramiX definitions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PANORAMIX_H_
|
#ifndef _PANORAMIX_H_
|
||||||
#define _PANORAMIX_H_
|
#define _PANORAMIX_H_
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _PANORAMIXSRV_H_
|
#ifndef _PANORAMIXSRV_H_
|
||||||
#define _PANORAMIXSRV_H_
|
#define _PANORAMIXSRV_H_
|
||||||
|
|
|
@ -24,9 +24,7 @@
|
||||||
* XFree86 Project.
|
* XFree86 Project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
#include <dix-config.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _SLEEPUNTIL_H_
|
#ifndef _SLEEPUNTIL_H_
|
||||||
#define _SLEEPUNTIL_H_ 1
|
#define _SLEEPUNTIL_H_ 1
|
||||||
|
|
Loading…
Reference in New Issue