diff 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
line wrap: on
line diff
--- a/pidgin/gtkidle.c	Sun Aug 29 23:28:46 2010 +0000
+++ b/pidgin/gtkidle.c	Mon Aug 30 18:56:44 2010 +0000
@@ -29,7 +29,7 @@
 #else
 # ifdef USE_SCREENSAVER
 #  ifdef _WIN32
-#   include "idletrack.h"
+#   include "gtkwin32dep.h"
 #  else
     /* We're on X11 and not MacOS X with IOKit. */
 #   include <X11/Xlib.h>