summaryrefslogtreecommitdiffstats
path: root/src/x11util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11util.h')
-rw-r--r--src/x11util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x11util.h b/src/x11util.h
index f62de8f..6699074 100644
--- a/src/x11util.h
+++ b/src/x11util.h
@@ -8,6 +8,7 @@ extern "C" {
void AddPixmapToBackground(unsigned const char* imgData, const unsigned int width, const unsigned int height,
const unsigned int depth, const int bytesPerLine, const size_t byteCount);
unsigned int getKeyMask(Display *dpy);
+ unsigned long getIdleTime(Display *dpy);
}
#endif /* X11UTIL_H_ */