diff plugins/docklet/docklet.h @ 6894:c2fb9192377b

[gaim-migrate @ 7441] robot101: instead of blinking between the one with the envelope, and the one without, it's going to blink between blank and the one with the envelope committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 19 Sep 2003 23:18:40 +0000
parents 3e3ee3cba192
children d082b2a71ee7
line wrap: on
line diff
--- a/plugins/docklet/docklet.h	Fri Sep 19 15:54:45 2003 +0000
+++ b/plugins/docklet/docklet.h	Fri Sep 19 23:18:40 2003 +0000
@@ -41,6 +41,7 @@
 	void (*create)();
 	void (*destroy)();
 	void (*update_icon)(enum docklet_status);
+	void (*blank_icon)();
 };
 
 /* useful for setting idle callbacks that will be cleaned up */