mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-07 09:58:20 +02:00
xace: update the DeleteProperty prototype to include the client argument.
This should have been part of 8f23d40068.
This commit is contained in:
parent
fe97f7c54a
commit
773f6491c1
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ extern int ChangeWindowProperty(
|
|||
Bool /*sendevent*/);
|
||||
|
||||
extern int DeleteProperty(
|
||||
ClientPtr /*client*/,
|
||||
WindowPtr /*pWin*/,
|
||||
Atom /*propName*/);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue