Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2007-11-20 08:01:28 +0300
committerEion Robb <eion@robbmob.com>2007-11-20 08:01:28 +0300
commitbf7b6a9c90236aaad59e040f88af9c12693f7fad (patch)
treee2599c9079179d35003b408de4ff078d9a902581 /skype_messaging_x11.c
parent78d238001c902be339d3bf03d95cad7ef6640197 (diff)
Added hide_skype() function in to hide skype windows
Diffstat (limited to 'skype_messaging_x11.c')
-rw-r--r--skype_messaging_x11.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/skype_messaging_x11.c b/skype_messaging_x11.c
index 518f712..51a0f79 100644
--- a/skype_messaging_x11.c
+++ b/skype_messaging_x11.c
@@ -181,3 +181,10 @@ receive_message_loop(void)
}
}
}
+
+static void
+hide_skype()
+{
+ return;
+}
+