mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 02:20:03 +01:00
Revert "dix: unexport DeleteAllWindowProperties()"
This reverts commit b0272692a1.
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2101>
This commit is contained in:
parent
3e9baa20f3
commit
9a4c322c4b
2 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue