~brandontschaefer/unity/move-window-buttons-unity-shared

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/unityshell.h

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-01-23 10:36:37 UTC
  • mfrom: (2919.3.60 shortcut-WS-dynamic)
  • Revision ID: tarmac-20130123103637-jm981x8jre95g5v6
ShortcutModeller: added a modeller that generates the shortcuts models for both compiz and standalone view.

Approved by Andrea Azzarone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#include "FavoriteStoreGSettings.h"
44
44
#include "FontSettings.h"
45
45
#include "ShortcutController.h"
46
 
#include "ShortcutHint.h"
47
46
#include "LauncherController.h"
48
47
#include "PanelController.h"
49
48
#include "PanelStyle.h"
240
239
  void RestoreWindow(GVariant* data);
241
240
  bool SaveInputThenFocus(const guint xid);
242
241
 
243
 
  void InitHints();
244
 
 
245
242
  void OnPanelStyleChanged();
246
243
 
247
244
  void InitGesturesSupport();
273
270
  shortcut::Controller::Ptr shortcut_controller_;
274
271
  debug::DebugDBusInterface debugger_;
275
272
 
276
 
  std::list<shortcut::AbstractHint::Ptr> hints_;
277
 
  bool enable_shortcut_overlay_;
278
 
 
279
273
  /* Subscription for gestures that manipulate Unity launcher */
280
274
  std::unique_ptr<nux::GesturesSubscription> gestures_sub_launcher_;
281
275