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 590320 - Add focus-window property to MetaDisplay
Add focus-window property to MetaDisplay
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-30 21:33 UTC by Colin Walters
Modified: 2009-08-01 10:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add focus-window property to MetaDisplay (4.21 KB, patch)
2009-07-30 21:33 UTC, Colin Walters
reviewed Details | Review

Description Colin Walters 2009-07-30 21:33:46 UTC
Useful mainly for notify::focus-window.
Comment 1 Colin Walters 2009-07-30 21:33:51 UTC
Created attachment 139595 [details] [review]
Add focus-window property to MetaDisplay
Comment 2 Tomas Frydrych 2009-08-01 06:25:58 UTC
This would be very useful, and the patch looks good. I am happy for this to be committed.
Comment 3 Colin Walters 2009-08-01 08:39:14 UTC
Thanks for the review, pushed.
Comment 4 Tomas Frydrych 2009-08-01 10:12:14 UTC
I missed in the review that the g_object_notify() calls did not have a G_OBJECT cast, generating warnings; I took the liberty to correct that.