mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
devPrivates rework: properly free devPrivates on compatibility structures,
type pixmap. Requires ddx'es to call the free function from DestroyPixmap.
This commit is contained in:
parent
1d550bb2c5
commit
5ad562565a
12 changed files with 20 additions and 1 deletions
1
fb/fb.h
1
fb/fb.h
|
|
@ -38,6 +38,7 @@
|
|||
#include "mi.h"
|
||||
#include "migc.h"
|
||||
#include "mibstore.h"
|
||||
#include "privates.h"
|
||||
#ifdef RENDER
|
||||
#include "picturestr.h"
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue