~unity-team/unity/wily

« back to all changes in this revision

Viewing changes to panel/PanelTitlebarGrabAreaView.h

  • Committer: CI Train Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2015-12-03 10:39:47 UTC
  • mfrom: (4008.8.10 use-cursor-cache)
  • Revision ID: ci-train-bot@canonical.com-20151203103947-u2xgnuaa6sa5gbim
Unity: use compiz cursorCache to get properly updated cursors

We avoid duplicating instances and they're automatically recreated
when the system cursor setting change. Fixes: #1359211
Approved by: Andrea Azzarone

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
public:
40
40
  PanelTitlebarGrabArea();
41
 
  ~PanelTitlebarGrabArea();
42
41
 
43
42
  void SetGrabbed(bool enabled);
44
43
  bool IsGrabbed();