mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 04:40:02 +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,
|
int dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom proprty,
|
||||||
ClientPtr pClient, Mask access_mode);
|
ClientPtr pClient, Mask access_mode);
|
||||||
|
|
||||||
void DeleteAllWindowProperties(WindowPtr pWin);
|
|
||||||
|
|
||||||
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
||||||
|
|
|
||||||
|
|
@ -65,4 +65,6 @@ extern _X_EXPORT int DeleteProperty(ClientPtr /*client */ ,
|
||||||
WindowPtr /*pWin */ ,
|
WindowPtr /*pWin */ ,
|
||||||
Atom /*propName */ );
|
Atom /*propName */ );
|
||||||
|
|
||||||
|
extern _X_EXPORT void DeleteAllWindowProperties(WindowPtr /*pWin */ );
|
||||||
|
|
||||||
#endif /* PROPERTY_H */
|
#endif /* PROPERTY_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue