pidgin/gtkutils.c

changeset 40555
0bf5825aab0a
parent 40547
86e0c5080a58
child 40693
4d91fb883f4b
equal deleted inserted replaced
40554:e910eacdf9d9 40555:0bf5825aab0a
1770 g_free(tmp); 1770 g_free(tmp);
1771 1771
1772 return NULL; 1772 return NULL;
1773 } 1773 }
1774 1774
1775 void pidgin_set_urgent(GtkWindow *window, gboolean urgent)
1776 {
1777 #if defined _WIN32
1778 winpidgin_window_flash(window, urgent);
1779 #else
1780 gtk_window_set_urgency_hint(window, urgent);
1781 #endif
1782 }
1783
1784 static void * 1775 static void *
1785 pidgin_utils_get_handle(void) 1776 pidgin_utils_get_handle(void)
1786 { 1777 {
1787 static int handle; 1778 static int handle;
1788 1779

mercurial