From d8239786b306ffda6d5d73753d01f0ad3358e1a0 Mon Sep 17 00:00:00 2001 From: Jesse Hall Date: Tue, 17 Jul 2012 16:58:55 -0700 Subject: Delete sdl-1.2.12 Change-Id: Ia96f80df04035ae84be3af468c945f2cec14f99c --- .../src/video/Xext/extensions/Xinerama.h | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 distrib/sdl-1.2.12/src/video/Xext/extensions/Xinerama.h (limited to 'distrib/sdl-1.2.12/src/video/Xext/extensions/Xinerama.h') diff --git a/distrib/sdl-1.2.12/src/video/Xext/extensions/Xinerama.h b/distrib/sdl-1.2.12/src/video/Xext/extensions/Xinerama.h deleted file mode 100644 index 54f2fe1..0000000 --- a/distrib/sdl-1.2.12/src/video/Xext/extensions/Xinerama.h +++ /dev/null @@ -1,46 +0,0 @@ -/* $XFree86: xc/include/extensions/Xinerama.h,v 3.2 2000/03/01 01:04:20 dawes Exp $ */ - -#ifndef _Xinerama_h -#define _Xinerama_h - -#include "SDL_name.h" - -typedef struct { - int screen_number; - short x_org; - short y_org; - short width; - short height; -} SDL_NAME(XineramaScreenInfo); - -Bool SDL_NAME(XineramaQueryExtension) ( - Display *dpy, - int *event_base, - int *error_base -); - -Status SDL_NAME(XineramaQueryVersion)( - Display *dpy, - int *major, - int *minor -); - -Bool SDL_NAME(XineramaIsActive)(Display *dpy); - - -/* - Returns the number of heads and a pointer to an array of - structures describing the position and size of the individual - heads. Returns NULL and number = 0 if Xinerama is not active. - - Returned array should be freed with XFree(). -*/ - -SDL_NAME(XineramaScreenInfo) * -SDL_NAME(XineramaQueryScreens)( - Display *dpy, - int *number -); - -#endif /* _Xinerama_h */ - -- cgit v1.1