mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: make LEGAL_NEW_RESOURCE() macro private
Not used by any external driver, so no need to keep it in public header. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "os/client_priv.h"
|
||||
|
||||
#include "glxserver.h"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include <dix.h>
|
||||
#include "vndserver.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user