Mercurial > pidgin
diff src/ui.h @ 3517:6b0cb60162f4
[gaim-migrate @ 3590]
Rob McQueen added a mute feature to his nice little docklet. I added a
queuing feature. Configure the docklet in the plugins dialog to queue
unread messages, and when you receive a message the docklet will eat it up
and show a little message pending icon. Click on it, and read your message.
ICQ people will like it.
I also made plugin_event use a va_list.
I bet this breaks perl.
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 16 Sep 2002 08:35:24 +0000 |
| parents | b1ebeecfd2aa |
| children | 6f9610016503 |
line wrap: on
line diff
--- a/src/ui.h Mon Sep 16 07:04:55 2002 +0000 +++ b/src/ui.h Mon Sep 16 08:35:24 2002 +0000 @@ -36,6 +36,8 @@ #define gtk_accel_group_attach(x, y) _gtk_accel_group_attach(x, y) #define gtk_widget_lock_accelerators(x) +#define DOCKLET_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED) + #define DEFAULT_FONT_FACE "Helvetica" #define BROWSER_NETSCAPE 0 @@ -318,7 +320,7 @@ extern void away_list_unclicked(GtkWidget *, struct away_message *); extern void away_list_clicked(GtkWidget *, struct away_message *); extern void toggle_away_queue(); -extern void purge_away_queue(); +extern void purge_away_queue(GSList*); /* Functions in browser.c */ extern void open_url(GtkWidget *, char *);
