diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-11-19 16:55:09 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-11-19 16:59:34 -0500 |
commit | 60be452c2e88342f92a76ba5ec7d90b5b0211aaf (patch) | |
tree | c96350b4a3f01713ad4e4f80cf5972ef19572f5e /include | |
parent | a95bb52b4366d85fc049130c60af5c9e727c565b (diff) |
xace: restore the old SaveScreens function and introduce new API, since the
old version is called from drivers...
Diffstat (limited to 'include')
-rw-r--r-- | include/window.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/window.h b/include/window.h index f85eceb2d..9943f903c 100644 --- a/include/window.h +++ b/include/window.h @@ -204,11 +204,15 @@ extern RegionPtr NotClippedByChildren( extern void SendVisibilityNotify( WindowPtr /*pWin*/); -extern int SaveScreens( +extern int dixSaveScreens( ClientPtr client, int on, int mode); +extern int SaveScreens( + int on, + int mode); + extern WindowPtr FindWindowWithOptional( WindowPtr /*w*/); |