~unity-2d-team/unity-2d/shortcut-hint-overlay

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/workspaces.h

  • Committer: Tiago Salem Herrmann
  • Date: 2012-03-19 15:28:41 UTC
  • mfrom: (771.40.182 unity-2d)
  • Revision ID: tiago.herrmann@canonical.com-20120319152841-2hfflo67muks7gca
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    /* getters */
40
40
    virtual bool active() const;
 
41
    virtual int activeScreen() const;
41
42
    virtual bool running() const;
42
43
    virtual int windowCount() const;
43
44
    virtual bool urgent() const;