~macslow/unity/backported-remote-add-to-5.0

« back to all changes in this revision

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

Merging with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
  void ExitKeyNavMode();
131
131
  bool IsInKeyNavMode() const;
132
132
 
 
133
  bool IsOverlayOpen() const;
 
134
 
133
135
  static const int ANIM_DURATION_SHORT;
134
136
 
135
137
  void RenderIconToTexture(nux::GraphicsEngine& GfxContext, AbstractLauncherIcon::Ptr icon, nux::ObjectPtr<nux::IOpenGLBaseTexture> texture);
274
276
 
275
277
  void OnOverlayHidden(GVariant* data);
276
278
  void OnOverlayShown(GVariant* data);
277
 
  bool IsOverlayOpen() const;
278
279
 
279
280
  void DesaturateIcons();
280
281
  void SaturateIcons();