diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-13 13:40:47 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-13 13:44:33 -0400 |
commit | 2763056ab5ae31bed422a0948198d98c6ace6d55 (patch) | |
tree | 9a33e4507fb823a6d9ec55eefdcae27d32a72642 /include/window.h | |
parent | d744df32a15103aa14237175f506350d25b2fec0 (diff) |
xace: add hooks + new access codes: core protocol window requests
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/window.h b/include/window.h index 312b75e88..472f37973 100644 --- a/include/window.h +++ b/include/window.h @@ -119,7 +119,7 @@ extern int DeleteWindow( pointer /*pWin*/, XID /*wid*/); -extern void DestroySubwindows( +extern int DestroySubwindows( WindowPtr /*pWin*/, ClientPtr /*client*/); |