pidgin/gtkdialogs.h

branch
cpw.qulogic.gtk3-required
changeset 33127
02a3db370988
parent 32790
b95c7c504118
parent 32433
f539a2c083b2
child 33167
fce72d79861f
equal deleted inserted replaced
32798:8b3b9ddcd0bd 33127:02a3db370988
51 void pidgin_dialogs_remove_chat(PurpleChat *); 51 void pidgin_dialogs_remove_chat(PurpleChat *);
52 void pidgin_dialogs_remove_contact(PurpleContact *); 52 void pidgin_dialogs_remove_contact(PurpleContact *);
53 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *); 53 void pidgin_dialogs_merge_groups(PurpleGroup *, const char *);
54 54
55 /* This macro should probably be moved elsewhere */ 55 /* This macro should probably be moved elsewhere */
56 #define PIDGIN_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED) 56 #define PIDGIN_WINDOW_ICONIFIED(x) (gdk_window_get_state(gtk_widget_get_window(GTK_WIDGET(x))) & GDK_WINDOW_STATE_ICONIFIED)
57 57
58 G_END_DECLS 58 G_END_DECLS
59 59
60 #endif /* _PIDGINDIALOGS_H_ */ 60 #endif /* _PIDGINDIALOGS_H_ */

mercurial