~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/QuicklistView.h

  • Committer: Jay Taoko
  • Date: 2011-02-27 08:18:45 UTC
  • mto: (894.1.8 dash-fixes-2011-02-28)
  • mto: This revision was merged to the branch mainline in revision 895.
  • Revision ID: jay.taoko@canonical.com-20110227081845-b1dm4nzyvh3kbf7w
* Dash Fixes:
    - Quicklist closes
    - Dash scrolling does not stop when mouse goes out of the BaseWindow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
                       unsigned long key_code,
120
120
                       unsigned long key_state);
121
121
 
 
122
  void RecvStartFocus ();
 
123
  void RecvEndFocus ();
 
124
 
122
125
  void PreLayoutManagement ();
123
126
 
124
127
  long PostLayoutManagement (long layoutResult);