mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
WIP: enable rander ext
NOTE: still incomplete - breaks fvwm
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user