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

« back to all changes in this revision

Viewing changes to src/IndicatorObjectEntryProxyRemote.cpp

  • Committer: Jason Smith
  • Date: 2011-01-11 15:48:03 UTC
  • mfrom: (729.3.2 scrollwheel-support)
  • Revision ID: jason.smith@canonical.com-20110111154803-kgsad6i33goz7oad
merge mouse wheel support for indicator branch by Connar Carney (big thanks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
{
158
158
  OnShowMenuRequest.emit (_id, x, y, timestamp, button);
159
159
}
 
160
 
 
161
void
 
162
IndicatorObjectEntryProxyRemote::Scroll (int delta)
 
163
{
 
164
  OnScroll.emit(_id, delta);
 
165
}
 
 
b'\\ No newline at end of file'