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 597009 - MetaScreen::workarea-changed signal
MetaScreen::workarea-changed signal
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-01 15:43 UTC by Tomas Frydrych
Modified: 2009-10-07 11:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add MetaScreen::workarea-changed signal (1.97 KB, patch)
2009-10-01 15:43 UTC, Tomas Frydrych
accepted-commit_now Details | Review

Description Tomas Frydrych 2009-10-01 15:43:09 UTC
Created attachment 144508 [details] [review]
Add MetaScreen::workarea-changed signal

The attached patch adds workarea-changed signal to MetaScreen, emitted when the
dimensions of the workarea change.
Comment 1 Owen Taylor 2009-10-02 22:45:11 UTC
Comment on attachment 144508 [details] [review]
Add MetaScreen::workarea-changed signal

I'm OK with this as is, though I sort of wonder:

 - Should this be a workspace signal instead - since that's where the accessors for the work area are?
 - If it's on MetaScreen, should it be worksareas-changed and not workarea-changed, since it reflects changes in the work-areas of all the workspaces?
Comment 2 Tomas Frydrych 2009-10-05 09:57:35 UTC
(In reply to comment #1)
>  - Should this be a workspace signal instead - since that's where the accessors
> for the work area are?

We could add signals for the individual workspaces as well; the reason I added this one to MetaScreen is that I am looking for a single notification point that more or less corresponds to changes to the _NET_WORKAREA hint. I am quite happy to change the signal name to workareas-changed.
Comment 3 Tomas Frydrych 2009-10-07 11:06:17 UTC
Comment on attachment 144508 [details] [review]
Add MetaScreen::workarea-changed signal

Renamed to workareas-changed; committed as 8589e4f3d396789e488cd4d7a1499e51df20b304.