mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 01:34:11 +00:00
dix: unexport DeleteProperty()
Not used by any external driver, so no need to keep it public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
40acb2d83e
commit
6a1bdcedd3
@@ -99,4 +99,6 @@ int dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom proprty,
|
||||
|
||||
void DeleteAllWindowProperties(WindowPtr pWin);
|
||||
|
||||
int DeleteProperty(ClientPtr client, WindowPtr pWin, Atom propName);
|
||||
|
||||
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <dix-config.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/property_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
|
||||
#include "xpr.h"
|
||||
|
||||
@@ -61,8 +61,4 @@ extern _X_EXPORT int dixChangeWindowProperty(ClientPtr pClient,
|
||||
const void *value,
|
||||
Bool sendevent);
|
||||
|
||||
extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
|
||||
WindowPtr /*pWin */ ,
|
||||
Atom /*propName */ );
|
||||
|
||||
#endif /* PROPERTY_H */
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/property_priv.h"
|
||||
#include "dix/screen_hooks_priv.h"
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "fb/fb_priv.h"
|
||||
|
||||
Reference in New Issue
Block a user