~vanvugt/unity/fix-865006

« back to all changes in this revision

Viewing changes to unity-shared/WindowManager.h

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2012-06-12 14:35:38 UTC
  • mfrom: (2388.1.4 hud-reset)
  • Revision ID: tarmac-20120612143538-igkcxpuc2ly14ghk
Fix HUD flickering when showing up after closing previous search. Included with respective unit test and required changes.. Fixes: https://bugs.launchpad.net/bugs/1011507. Approved by Łukasz Zemczak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
  virtual int WorkspaceCount() = 0;
108
108
 
 
109
  virtual bool saveInputFocus() = 0;
 
110
  virtual bool restoreInputFocus() = 0;
109
111
 
110
112
  // Signals
111
113
  sigc::signal<void, guint32> window_mapped;