~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/LauncherIcon.h

  • Committer: Mirco Müller
  • Date: 2011-02-01 10:26:05 UTC
  • mto: This revision was merged to the branch mainline in revision 819.
  • Revision ID: mirco.mueller@ubuntu.com-20110201102605-ssh0m8slnt1ixjwq
modified:
  src/BamfLauncherIcon.cpp
  src/BamfLauncherIcon.h
  src/Launcher.cpp
  src/Launcher.h
  src/LauncherIcon.cpp
  src/LauncherIcon.h
  src/SimpleLauncherIcon.cpp
  src/SimpleLauncherIcon.h
  src/unityshell.cpp
  src/unityshell.h
  unityshell.xml.in

Make some of the keyboard-navigation work again, after so much change
below my feet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    
92
92
    void        SetCenter (nux::Point3 center);
93
93
    nux::Point3 GetCenter ();
94
 
    
 
94
 
 
95
    virtual void Activate ();
 
96
 
95
97
    void SaveCenter ();
96
98
    
97
99
    int SortPriority ();