debrix/randr mirandr.c,1.2,1.3 randr.c,1.2,1.3 randrstr.h,1.2,1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:42:04 EST 2004
- Previous message: debrix/os Imakefile, 1.2, 1.3 WaitFor.c, 1.2, 1.3 access.c, 1.2,
1.3 auth.c, 1.2, 1.3 connection.c, 1.2, 1.3 genalloca.c, 1.2,
1.3 hpsocket.c, 1.1.1.1, 1.2 io.c, 1.2, 1.3 k5auth.c, 1.2,
1.3 lbxio.c, 1.2, 1.3 log.c, 1.1.1.1, 1.2 mitauth.c, 1.2,
1.3 oscolor.c, 1.2, 1.3 osdep.h, 1.2, 1.3 osinit.c, 1.2,
1.3 rpcauth.c, 1.2, 1.3 secauth.c, 1.2, 1.3 utils.c, 1.2,
1.3 xalloc.c, 1.2, 1.3 xdmauth.c, 1.2, 1.3 xdmcp.c, 1.2, 1.3
- Next message: debrix/record record.c, 1.2, 1.3 recordmod.c, 1.2, 1.3 set.c, 1.2,
1.3 set.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/randr
In directory pdx:/home/daniel/x/debrix/debrix/randr
Modified Files:
mirandr.c randr.c randrstr.h
Log Message:
Initial import from modular sources.
Index: mirandr.c
===================================================================
RCS file: /cvs/xserver/debrix/randr/mirandr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mirandr.c 23 Apr 2004 19:54:28 -0000 1.2
+++ mirandr.c 10 Jun 2004 19:42:02 -0000 1.3
@@ -25,9 +25,12 @@
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "scrnintstr.h"
#include "mi.h"
-#include "randr.h"
+#include <X11/extensions/randr.h>
#include "randrstr.h"
#include <stdio.h>
Index: randr.c
===================================================================
RCS file: /cvs/xserver/debrix/randr/randr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- randr.c 23 Apr 2004 19:54:28 -0000 1.2
+++ randr.c 10 Jun 2004 19:42:02 -0000 1.3
@@ -25,10 +25,13 @@
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#define NEED_REPLIES
#define NEED_EVENTS
-#include "X.h"
-#include "Xproto.h"
+#include <X11/X.h>
+#include <X11/Xproto.h>
#include "misc.h"
#include "os.h"
#include "dixstruct.h"
@@ -38,14 +41,14 @@
#include "pixmapstr.h"
#include "extnsionst.h"
#include "servermd.h"
-#include "randr.h"
-#include "randrproto.h"
+#include <X11/extensions/randr.h>
+#include <X11/extensions/randrproto.h>
#include "randrstr.h"
#ifdef RENDER
-#include "render.h" /* we share subpixel order information */
+#include <X11/extensions/render.h> /* we share subpixel order information */
#include "picturestr.h"
#endif
-#include "Xfuncproto.h"
+#include <X11/Xfuncproto.h>
#ifdef EXTMODULE
#include "xf86_ansic.h"
#endif
Index: randrstr.h
===================================================================
RCS file: /cvs/xserver/debrix/randr/randrstr.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- randrstr.h 23 Apr 2004 19:54:28 -0000 1.2
+++ randrstr.h 10 Jun 2004 19:42:02 -0000 1.3
@@ -1,5 +1,5 @@
/*
- * $XFree86: xc/programs/Xserver/randr/randrstr.h,v 1.5 2002/09/29 23:39:45 keithp Exp $
+ * $Id$
*
* Copyright © 2000 Compaq Computer Corporation
*
@@ -25,7 +25,7 @@
#ifndef _RANDRSTR_H_
#define _RANDRSTR_H_
-#include "randr.h"
+#include <X11/extensions/randr.h>
typedef struct _rrScreenRate {
int rate;
- Previous message: debrix/os Imakefile, 1.2, 1.3 WaitFor.c, 1.2, 1.3 access.c, 1.2,
1.3 auth.c, 1.2, 1.3 connection.c, 1.2, 1.3 genalloca.c, 1.2,
1.3 hpsocket.c, 1.1.1.1, 1.2 io.c, 1.2, 1.3 k5auth.c, 1.2,
1.3 lbxio.c, 1.2, 1.3 log.c, 1.1.1.1, 1.2 mitauth.c, 1.2,
1.3 oscolor.c, 1.2, 1.3 osdep.h, 1.2, 1.3 osinit.c, 1.2,
1.3 rpcauth.c, 1.2, 1.3 secauth.c, 1.2, 1.3 utils.c, 1.2,
1.3 xalloc.c, 1.2, 1.3 xdmauth.c, 1.2, 1.3 xdmcp.c, 1.2, 1.3
- Next message: debrix/record record.c, 1.2, 1.3 recordmod.c, 1.2, 1.3 set.c, 1.2,
1.3 set.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list