After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593358 - [PATCH] tooltip: set window type hint for self-drawn tooltips to GDK_WINDOW_TYPE_HINT_TOOLTIP
[PATCH] tooltip: set window type hint for self-drawn tooltips to GDK_WINDOW_T...
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2009-08-28 05:33 UTC by Lennart Poettering
Modified: 2009-11-20 16:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-tooltip-set-window-type-hint-for-self-drawn-tooltips.patch (1012 bytes, patch)
2009-08-28 05:33 UTC, Lennart Poettering
committed Details | Review

Description Lennart Poettering 2009-08-28 05:33:58 UTC
Created attachment 141915 [details] [review]
0001-tooltip-set-window-type-hint-for-self-drawn-tooltips.patch

libcanberra generates specific tooltip popup sounds and for that
recognizes the tooltip windows by the GtkWindowTypeHint set for them.

This trivial patch simply sets the hint for the self-drawn tooltips
metacity uses.
Comment 1 Thomas Thurman 2009-11-20 16:24:10 UTC
Review of attachment 141915 [details] [review]:

Fine: go for it.