wip
This commit is contained in:
parent
9d913313d5
commit
d5b75791d4
|
@ -1,7 +1,5 @@
|
||||||
/* Prototypes for functions that the DDX must provide */
|
/* Prototypes for functions that the DDX must provide */
|
||||||
|
|
||||||
#include <dix-config.h>
|
|
||||||
|
|
||||||
#ifndef _DPMSPROC_H_
|
#ifndef _DPMSPROC_H_
|
||||||
#define _DPMSPROC_H_
|
#define _DPMSPROC_H_
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
* XFree86 Project.
|
* XFree86 Project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dix-config.h>
|
|
||||||
|
|
||||||
#ifndef _SLEEPUNTIL_H_
|
#ifndef _SLEEPUNTIL_H_
|
||||||
#define _SLEEPUNTIL_H_ 1
|
#define _SLEEPUNTIL_H_ 1
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef ALLOWEV_H
|
#ifndef ALLOWEV_H
|
||||||
#define ALLOWEV_H 1
|
#define ALLOWEV_H 1
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CHGDCTL_H
|
#ifndef CHGDCTL_H
|
||||||
#define CHGDCTL_H 1
|
#define CHGDCTL_H 1
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CHGFCTL_H
|
#ifndef CHGFCTL_H
|
||||||
#define CHGFCTL_H 1
|
#define CHGFCTL_H 1
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CHGKBD_H
|
#ifndef CHGKBD_H
|
||||||
#define CHGKBD_H 1
|
#define CHGKBD_H 1
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CHGKMAP_H
|
#ifndef CHGKMAP_H
|
||||||
#define CHGKMAP_H 1
|
#define CHGKMAP_H 1
|
||||||
|
|
||||||
|
|
|
@ -28,10 +28,6 @@
|
||||||
* use or other dealings in this Software without prior written authorization.
|
* use or other dealings in this Software without prior written authorization.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _ROOTLESS_H
|
#ifndef _ROOTLESS_H
|
||||||
#define _ROOTLESS_H
|
#define _ROOTLESS_H
|
||||||
|
|
||||||
|
|
|
@ -26,10 +26,6 @@
|
||||||
* orientations work.
|
* orientations work.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <X11/X.h>
|
#include <X11/X.h>
|
||||||
|
|
|
@ -44,10 +44,6 @@ SOFTWARE.
|
||||||
|
|
||||||
******************************************************************/
|
******************************************************************/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _OSDEP_H_
|
#ifndef _OSDEP_H_
|
||||||
#define _OSDEP_H_ 1
|
#define _OSDEP_H_ 1
|
||||||
|
|
||||||
|
|
|
@ -20,11 +20,6 @@
|
||||||
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "dix/resource_priv.h"
|
#include "dix/resource_priv.h"
|
||||||
|
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
|
|
|
@ -20,10 +20,6 @@
|
||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _XFIXES_H_
|
#ifndef _XFIXES_H_
|
||||||
#define _XFIXES_H_
|
#define _XFIXES_H_
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#ifdef HAVE_DIX_CONFIG_H
|
|
||||||
#include <dix-config.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef DEFAULT_H
|
#ifndef DEFAULT_H
|
||||||
#define DEFAULT_H 1
|
#define DEFAULT_H 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue