Revert "dix: unexport DeleteAllWindowProperties()"

This reverts commit b0272692a1.

Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2101>
This commit is contained in:
kohnish 2025-11-17 21:29:13 +01:00
parent 3e9baa20f3
commit 9a4c322c4b
2 changed files with 2 additions and 2 deletions

View file

@ -68,6 +68,4 @@ 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 */

View file

@ -65,4 +65,6 @@ extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
WindowPtr /*pWin */ ,
Atom /*propName */ );
extern _X_EXPORT void DeleteAllWindowProperties(WindowPtr /*pWin */ );
#endif /* PROPERTY_H */