mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: unexport DeleteProperty()
Not used by any external driver, so no need to keep it public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
40acb2d83e
commit
6a1bdcedd3
@@ -99,4 +99,6 @@ int dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom proprty,
|
||||
|
||||
void DeleteAllWindowProperties(WindowPtr pWin);
|
||||
|
||||
int DeleteProperty(ClientPtr client, WindowPtr pWin, Atom propName);
|
||||
|
||||
#endif /* _XSERVER_PROPERTY_PRIV_H */
|
||||
|
||||
Reference in New Issue
Block a user