~cando/unity/fix_692444

« back to all changes in this revision

Viewing changes to src/unityshell.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:
100
100
        showLauncherKeyTerminate (CompAction *action, CompAction::State state,
101
101
                              CompOption::Vector &options);
102
102
 
 
103
  bool
 
104
  setKeyboardFocusKeyInitiate (CompAction*         action,
 
105
                               CompAction::State   state,
 
106
                               CompOption::Vector& options);
 
107
 
 
108
  /*bool
 
109
  setKeyboardFocusKeyTerminate (CompAction*        action,
 
110
                                CompAction::State  state,
 
111
                                CompOption::Vector& options);*/
 
112
 
103
113
        /* handle option changes and change settings inside of the
104
114
         * panel and dock views */
105
115
        void optionChanged (CompOption *, Options num);