GNOME Bugzilla – Bug 148370
Support DEMANDS_ATTENTION in task list
Last modified: 2005-01-05 14:33:07 UTC
This patch adds support for the DEMANDS_ATTENTION hint to the tasklist. It doesn't do any blinking for now, but rather just sets the text bold for windows with the demands attention hint set. I couldn't figure out how to do pango markup in gtk menus though, so the window selector doesn't do anything special. This does make it much nicer if a window is prevented from stealing focus and metacity sets the DEMANDS_ATTENTION hint.
Created attachment 29862 [details] [review] add demands_attention support
I think a cut-and-paste of eel_gtk_label_make_bold() might make this patch a lot smaller... see what you think. It looks good to me otherwise.
Created attachment 29879 [details] [review] Final patch ...and so it does. Well maybe not shorter but a lot simpler. This version has been committed. Do you have a suggestion for what the window selector should do when there's a window with demands_attention set?
It's fixed. And the window selector does the same thing.