mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
xace: add hooks + new access codes: core protocol screensaver requests
This commit is contained in:
parent
568ae737d1
commit
b82557c9fb
17 changed files with 69 additions and 38 deletions
|
|
@ -207,9 +207,10 @@ extern RegionPtr NotClippedByChildren(
|
|||
extern void SendVisibilityNotify(
|
||||
WindowPtr /*pWin*/);
|
||||
|
||||
extern void SaveScreens(
|
||||
int /*on*/,
|
||||
int /*mode*/);
|
||||
extern int SaveScreens(
|
||||
ClientPtr client,
|
||||
int on,
|
||||
int mode);
|
||||
|
||||
extern WindowPtr FindWindowWithOptional(
|
||||
WindowPtr /*w*/);
|
||||
|
|
|
|||
Loading…
Reference in a new issue