GNOME Bugzilla – Bug 597009
MetaScreen::workarea-changed signal
Last modified: 2009-10-07 11:06:26 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 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?
(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 on attachment 144508 [details] [review] Add MetaScreen::workarea-changed signal Renamed to workareas-changed; committed as 8589e4f3d396789e488cd4d7a1499e51df20b304.