WIP: enable rander ext

NOTE: still incomplete - breaks fvwm
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-09-18 14:02:19 +02:00
parent d84bca91ec
commit e4175df76c

View File

@@ -23,6 +23,7 @@ is" without express or implied warranty.
#include <xcb/xcb_icccm.h>
#include "mi/mi_priv.h"
#include "render/mipict.h"
#include "scrnintstr.h"
#include "dix.h"
@@ -512,6 +513,9 @@ breakout:
if (!xnestCreateDefaultColormap(pScreen))
return FALSE;
if (!miPictureInit(pScreen, 0, 0))
return FALSE;
return TRUE;
}