Add miext/layer for more complete RandR support in kdrive/Xfbdev

This commit is contained in:
Keith Packard
2001-05-29 04:54:13 +00:00
parent 06f758797a
commit 78b53386b5
15 changed files with 1258 additions and 857 deletions

View File

@@ -25,11 +25,15 @@
#ifndef _FBDEV_H_
#define _FBDEV_H_
#include "kdrive.h"
#include <stdio.h>
#include <linux/fb.h>
#include <unistd.h>
#include <sys/mman.h>
#include "kdrive.h"
#include "layer.h"
#ifdef RANDR
#include "randrstr.h"
#endif
typedef struct _fbdevPriv {
struct fb_var_screeninfo var;
@@ -43,8 +47,9 @@ typedef struct _fbdevPriv {
} FbdevPriv;
typedef struct _fbdevScrPriv {
Bool rotate;
int rotation;
Bool shadow;
LayerPtr pLayer;
} FbdevScrPriv;
Bool