dix: unexport DeleteAllWindowProperties()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1340>
This commit is contained in:
parent
fb697dd644
commit
b0272692a1
|
@ -68,4 +68,6 @@ extern CallbackListPtr PropertyStateCallback;
|
|||
int dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom proprty,
|
||||
ClientPtr pClient, Mask access_mode);
|
||||
|
||||
void DeleteAllWindowProperties(WindowPtr pWin);
|
||||
|
||||
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
||||
|
|
|
@ -105,6 +105,7 @@ Equipment Corporation.
|
|||
#include "dix/dix_priv.h"
|
||||
#include "dix/exevents_priv.h"
|
||||
#include "dix/input_priv.h"
|
||||
#include "dix/property_priv.h"
|
||||
#include "os/auth.h"
|
||||
#include "os/screensaver.h"
|
||||
|
||||
|
|
|
@ -65,6 +65,4 @@ extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
|
|||
WindowPtr /*pWin */ ,
|
||||
Atom /*propName */ );
|
||||
|
||||
extern _X_EXPORT void DeleteAllWindowProperties(WindowPtr /*pWin */ );
|
||||
|
||||
#endif /* PROPERTY_H */
|
||||
|
|
Loading…
Reference in New Issue