comparison pidgin/gtkidle.c @ 30893:80affba7ea0d

Kill the win32 idle tracking code that works on old windows versions and move the W2K+ only version into pidgin/win32/gtkwin32dep.[ch]. This ends up removing API that should only have ever been used internally. If you're unhappy about that, let me know.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 30 Aug 2010 18:56:44 +0000
parents c38d72677c8a
children
comparison
equal deleted inserted replaced
30892:c8d6a2cc3bfe 30893:80affba7ea0d
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>