comparison src/gtkdialogs.h @ 12246:b7a51e68d0b8

[gaim-migrate @ 14548] Make some things static and namespace session_init and session_end committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 06:20:06 +0000
parents e75ef7aa913e
children fc464a0abccc
comparison
equal deleted inserted replaced
12245:465ddcb3e9e8 12246:b7a51e68d0b8
52 */ 52 */
53 #define GAIM_DIALOG(x) x = gtk_window_new(GTK_WINDOW_TOPLEVEL); \ 53 #define GAIM_DIALOG(x) x = gtk_window_new(GTK_WINDOW_TOPLEVEL); \
54 gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG) 54 gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG)
55 #define GAIM_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED) 55 #define GAIM_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED)
56 56
57 /* Functions in session.c */
58 extern void session_init(gchar *, gchar *, gchar *);
59 extern void session_end();
60
61
62 #endif /* _GAIM_GTKDIALOGS_H_ */ 57 #endif /* _GAIM_GTKDIALOGS_H_ */