1 #ifndef __NOUVEAU_SCREEN_VL_H__
2 #define __NOUVEAU_SCREEN_VL_H__
5 #include <common/nouveau_screen.h>
7 /* TODO: Investigate using DRI options for interesting things */
8 /*#include "xmlconfig.h"*/
10 struct nouveau_screen_vl
12 struct nouveau_screen base;
13 dri_screen_t *dri_screen;
14 /*driOptionCache option_cache;*/
17 int nouveau_screen_create(dri_screen_t *dri_screen, dri_framebuffer_t *dri_framebuf);
18 void nouveau_screen_destroy(dri_screen_t *dri_screen);