(submit/property.h) 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>
This commit is contained in:
parent
68c560322f
commit
048d41d96c
|
@ -23,4 +23,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 */
|
||||
|
|
|
@ -103,6 +103,7 @@ Equipment Corporation.
|
|||
#include "dix/colormap_priv.h"
|
||||
#include "dix/dix_priv.h"
|
||||
#include "dix/exevents_priv.h"
|
||||
#include "dix/property_priv.h"
|
||||
#include "dix/selection_priv.h"
|
||||
#include "os/auth.h"
|
||||
#include "os/client_priv.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