| 27 # include <CoreFoundation/CoreFoundation.h> |
27 # include <CoreFoundation/CoreFoundation.h> |
| 28 # include <IOKit/IOKitLib.h> |
28 # include <IOKit/IOKitLib.h> |
| 29 #else |
29 #else |
| 30 # ifdef USE_SCREENSAVER |
30 # ifdef USE_SCREENSAVER |
| 31 # ifdef _WIN32 |
31 # ifdef _WIN32 |
| 32 # include "idletrack.h" |
32 # include "gtkwin32dep.h" |
| 33 # else |
33 # else |
| 34 /* We're on X11 and not MacOS X with IOKit. */ |
34 /* We're on X11 and not MacOS X with IOKit. */ |
| 35 # include <X11/Xlib.h> |
35 # include <X11/Xlib.h> |
| 36 # include <X11/Xutil.h> |
36 # include <X11/Xutil.h> |
| 37 # include <X11/extensions/scrnsaver.h> |
37 # include <X11/extensions/scrnsaver.h> |