~jrrowe89/unity/fix-for-bug-718880

« back to all changes in this revision

Viewing changes to src/QuicklistView.cpp

  • Committer: macslow at bangang
  • Date: 2011-02-13 00:46:10 UTC
  • mto: This revision was merged to the branch mainline in revision 854.
  • Revision ID: macslow@bangang.de-20110213004610-10m6hf8sald84jqr
Adapt to newer API of XInputWindow allowing to give input-windows distinct names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
  {
186
186
    // FIXME: ShowWindow shouldn't need to be called first
187
187
    ShowWindow (true);
188
 
    EnableInputWindow (true, 1);
 
188
    EnableInputWindow (true, "quicklist", true);
189
189
    GrabPointer ();
190
190
    NeedRedraw ();
191
191