diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-16 10:36:05 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-16 10:36:05 -0400 |
commit | b82557c9fb60f11fd2696c8fb2ae17b9dfd915ed (patch) | |
tree | d21b202f1b12078d2ca46e7b2de2445fc4df38d0 /Xext/dpmsstubs.c | |
parent | 568ae737d1d5d476a0bf85659d88910c4e0ef5e0 (diff) |
xace: add hooks + new access codes: core protocol screensaver requests
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r-- | Xext/dpmsstubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/dpmsstubs.c b/Xext/dpmsstubs.c index 9f99a2d22..8d58935da 100644 --- a/Xext/dpmsstubs.c +++ b/Xext/dpmsstubs.c @@ -46,7 +46,7 @@ int DPMSGet(int *plevel) return -1; } -void DPMSSet(int level) +int DPMSSet(ClientPtr client, int level) { } |