]> Pileus Git - ~andy/gtk/commit
Support the ICCCM urgency hint. (#61858, Havoc Pennington)
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jun 2005 20:19:32 +0000 (20:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 17 Jun 2005 20:19:32 +0000 (20:19 +0000)
commit23fabedc9d8ce980618b356fdb4c4c9904a9ca2c
treea0afd50bf698ac4186730e9d931dc89f6296c074
parent015b3c5671ae257b284e3f6df53273f69b9916de
Support the ICCCM urgency hint. (#61858, Havoc Pennington)

2005-06-17  Matthias Clasen  <mclasen@redhat.com>

Support the ICCCM urgency hint.  (#61858, Havoc Pennington)

* gtk/gtk.symbols:
* gtk/gtkwindow.[hc]: Add a GtkWindow::urgency-hint property
with getter and setter.

* gdk/gdk.symbols:
* gdk/gdkwindow.h:
* gdk/x11/gdkwindow-x11.c (gdk_window_set_urgency_hint):
Add a setter for the urgency hint.

* gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Store
urgency hint here.

* gdk/x11/gdkwindow-x11.c (update_wm_hints): Set the urgency
hint in the WM_HINTS property when appropriate.
13 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gdk/gdk-sections.txt
docs/reference/gtk/gtk-sections.txt
gdk/gdk.symbols
gdk/gdkwindow.h
gdk/x11/gdkwindow-x11.c
gdk/x11/gdkwindow-x11.h
gtk/gtk.symbols
gtk/gtkwindow.c
gtk/gtkwindow.h