~tatokis/unity/gcc-72-errors

« back to all changes in this revision

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

Merged with trunk. Reverted autopilot changes

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"
237
236
  void OnInitiateSpread();
238
237
  void OnTerminateSpread();
239
238
 
240
 
  void RestoreWindow(GVariant* data);
241
239
  bool SaveInputThenFocus(const guint xid);
242
240
 
243
 
  void InitHints();
244
 
 
245
241
  void OnPanelStyleChanged();
246
242
 
247
243
  void InitGesturesSupport();
250
246
  bool TopPanelBackgroundTextureNeedsUpdate() const;
251
247
  void UpdateTopPanelBackgroundTexture();
252
248
 
 
249
  unsigned CompizModifiersToNux(unsigned input) const;
 
250
  unsigned XModifiersToNux(unsigned input) const;
 
251
 
 
252
  void UpdateCloseWindowKey(CompAction::KeyBinding const&);
 
253
 
253
254
  std::unique_ptr<na::TickSource> tick_source_;
254
255
  std::unique_ptr<na::AnimationController> animation_controller_;
255
256
 
273
274
  shortcut::Controller::Ptr shortcut_controller_;
274
275
  debug::DebugDBusInterface debugger_;
275
276
 
276
 
  std::list<shortcut::AbstractHint::Ptr> hints_;
277
 
  bool enable_shortcut_overlay_;
278
 
 
279
277
  /* Subscription for gestures that manipulate Unity launcher */
280
278
  std::unique_ptr<nux::GesturesSubscription> gestures_sub_launcher_;
281
279
 
393
391
  CompPoint tryNotIntersectUI(CompPoint& pos);
394
392
  nux::Geometry GetScaledGeometry();
395
393
 
396
 
  void paintThumbnail(nux::Geometry const& bounding, float alpha, float scale_ratio, unsigned deco_height, bool selected);
 
394
  void paintThumbnail(nux::Geometry const& bounding, float parent_alpha, float alpha, float scale_ratio, unsigned deco_height, bool selected);
397
395
 
398
396
  void enterShowDesktop();
399
397
  void leaveShowDesktop();