xf86-video-ati: Branch 'randr-1.2'

Alex Deucher agd5f at kemper.freedesktop.org
Tue May 8 20:28:08 EEST 2007


 src/radeon.h |   24 ------------------------
 1 files changed, 24 deletions(-)

New commits:
diff-tree 03860fed24b4f76cc7f1f4210ec8f8040fa04777 (from 76670f665ebec7cdf40a04bf9379cb3ad4417507)
Author: Alex Deucher <alex at t41p.hsd1.va.comcast.net>
Date:   Tue May 8 19:27:48 2007 +0200

    remove some old mergedfb cruft

diff --git a/src/radeon.h b/src/radeon.h
index 47a3bd9..671c87e 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -163,30 +163,6 @@ typedef enum {
     OPTION_DRI
 } RADEONOpts;
 
-/* ------- mergedfb support ------------- */
-		/* Psuedo Xinerama support */
-#define NEED_REPLIES  		/* ? */
-#define EXTENSION_PROC_ARGS void *
-#include "extnsionst.h"  	/* required */
-#include <X11/extensions/panoramiXproto.h>  	/* required */
-#define RADEON_XINERAMA_MAJOR_VERSION  1
-#define RADEON_XINERAMA_MINOR_VERSION  1
-
-
-/* Relative merge position */
-typedef enum {
-   radeonLeftOf,
-   radeonRightOf,
-   radeonAbove,
-   radeonBelow,
-   radeonClone
-} RADEONScrn2Rel;
-
-typedef struct _region {
-    int x0,x1,y0,y1;
-} region;
-
-/* ------------------------------------- */
 
 #define RADEON_DEBUG            1 /* Turn off debugging output               */
 #define RADEON_IDLE_RETRY      16 /* Fall out of idle loops after this count */



More information about the xorg-commit mailing list