diff options
author | runge <runge> | 2007-02-10 21:52:26 +0000 |
---|---|---|
committer | runge <runge> | 2007-02-10 21:52:26 +0000 |
commit | 90d96b971f04b11fe1902091a94be94697738766 (patch) | |
tree | 8331ed14521fd8e7b997465d6f482d521f4537cb /x11vnc/pm.h | |
parent | 76720eb71bb18ec452ec1782af9f8b8d09e77efc (diff) | |
download | libtdevnc-90d96b971f04b11fe1902091a94be94697738766.tar.gz libtdevnc-90d96b971f04b11fe1902091a94be94697738766.zip |
x11vnc: watch textchat, etc in unixpw, implement kbdReleaseAllKeys, setSingleWindow, setServerInput. watch for OpenGL apps breaking XDAMAGE.
Diffstat (limited to 'x11vnc/pm.h')
-rw-r--r-- | x11vnc/pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/pm.h b/x11vnc/pm.h index 4b046d4..ebeedee 100644 --- a/x11vnc/pm.h +++ b/x11vnc/pm.h @@ -3,5 +3,6 @@ /* -- pm.h -- */ extern void check_pm(void); +extern void set_dpms_mode(char *mode); #endif /* _X11VNC_PM_H */ |