From 9a4c322c4b4a0126f7fab7da4fbdfc509ea61988 Mon Sep 17 00:00:00 2001 From: kohnish Date: Mon, 17 Nov 2025 21:29:13 +0100 Subject: [PATCH] Revert "dix: unexport DeleteAllWindowProperties()" This reverts commit b0272692a1b20db2def5b228f6886bc1ed8835cc. Part-of: --- dix/property_priv.h | 2 -- include/property.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dix/property_priv.h b/dix/property_priv.h index 38ad2da4b..2c3eb8021 100644 --- a/dix/property_priv.h +++ b/dix/property_priv.h @@ -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 */ diff --git a/include/property.h b/include/property.h index 6c879e6d9..178c88dc9 100644 --- a/include/property.h +++ b/include/property.h @@ -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 */