~dyams/unity-2d/remove-glow

« back to all changes in this revision

Viewing changes to panel/app/panelmanager.h

  • Committer: Tarmac
  • Author(s): Michał Sawicz, Albert Astals
  • Date: 2012-02-07 11:29:36 UTC
  • mfrom: (879.11.17 refactor-screeninfo)
  • Revision ID: tarmac-20120207112936-r1iya0418z3d7evn
This, in itself, will not change anything in unity-2d, but will later allow for easier multi-monitor implementation.. Fixes: . Approved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    QStringList loadPanelConfiguration() const;
45
45
 
46
46
private Q_SLOTS:
47
 
    void onScreenCountChanged(int newCount);
 
47
    void updateScreenLayout(int newCount);
48
48
    void onAltF10Pressed();
 
49
    void onScreenResized(int screen);
49
50
};
50
51
 
51
52
#endif // PanelManager_H