summaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-19 10:12:53 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-19 10:12:53 +0800
commit2907517fa19bd1bf2de29824c707d9b39f41b31d (patch)
treef3979b3a33407afeb1ff57792b36f1498768f7fc /net-im
parentf0572fe73e1e492c5283b17894e0e754d2f6b85f (diff)
downloadmarcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar.gz
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar.bz2
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar.lz
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar.xz
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.tar.zst
marcuscom-ports-2907517fa19bd1bf2de29824c707d9b39f41b31d.zip
Add a missing file.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9677 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im')
-rw-r--r--net-im/vqcc-gtk/files/patch-src__idle.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-im/vqcc-gtk/files/patch-src__idle.c b/net-im/vqcc-gtk/files/patch-src__idle.c
new file mode 100644
index 000000000..b8dae802f
--- /dev/null
+++ b/net-im/vqcc-gtk/files/patch-src__idle.c
@@ -0,0 +1,24 @@
+--- src/idle.c.orig Tue Jan 4 05:36:55 2005
++++ src/idle.c Mon Jul 17 03:53:55 2006
+@@ -54,6 +54,12 @@
+ idle_check_cb(gpointer dummy)
+ {
+ unsigned idle_time; /* idle time in minutes */
++#ifndef _WIN32
++ #ifdef USE_XSCREENSAVER
++ static XScreenSaverInfo * xss_info = 0;
++ int event_base, error_base;
++ #endif /* #ifdef USE_XSCREENSAVER */
++#endif
+
+ /* do not enter auto-away or auto-offline when we're in invisible mode */
+ if(my_mode()==UMODE_INVISIBLE)
+@@ -63,8 +69,6 @@
+ idle_time = winvqcc_get_last_active() / 60000;
+ #else
+ #ifdef USE_XSCREENSAVER
+- static XScreenSaverInfo * xss_info = 0;
+- int event_base, error_base;
+
+ /* Query X Window System XScreenSaver extension
+ */