diff options
author | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-08 19:27:48 +0200 |
---|---|---|
committer | Alex Deucher <alex@t41p.hsd1.va.comcast.net> | 2007-05-08 19:27:48 +0200 |
commit | 03860fed24b4f76cc7f1f4210ec8f8040fa04777 (patch) | |
tree | 872a408e4d0da69b8014a1df9b1e09ee42d62f28 /src | |
parent | 76670f665ebec7cdf40a04bf9379cb3ad4417507 (diff) |
remove some old mergedfb cruft
Diffstat (limited to 'src')
-rw-r--r-- | src/radeon.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/radeon.h b/src/radeon.h index 47a3bd91..671c87e5 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 */ |