diff gtk/gtkutils.h @ 15348:03edbb70210f

[gaim-migrate @ 18140] Update gaim_gtk_set_urgent to work on WIN32. I also changed the function signature to take a GtkWindow instead of a GdkWindow so that we can use gtk_window_set_urgency_hint (only available on GTK >= 2.8.0). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 16 Jan 2007 22:20:26 +0000
parents ca7cc867fa58
children
line wrap: on
line diff
--- a/gtk/gtkutils.h	Tue Jan 16 19:45:24 2007 +0000
+++ b/gtk/gtkutils.h	Tue Jan 16 22:20:26 2007 +0000
@@ -540,7 +540,7 @@
  * @param window  The window to draw attention to
  * @param urgent  Whether to set the urgent hint or not
  */
-void gaim_gtk_set_urgent(GdkWindow *window, gboolean urgent);
+void gaim_gtk_set_urgent(GtkWindow *window, gboolean urgent);
 
 #if !GTK_CHECK_VERSION(2,2,0)
 /**