~gordallott/nux/fix-scrollview-textcaretblink

« back to all changes in this revision

Viewing changes to Nux/WindowCompositor.h

  • Committer: Jason Smith
  • Date: 2011-08-03 21:32:13 UTC
  • mfrom: (409.2.2 nux.dnd-restore)
  • Revision ID: jason.smith@canonical.com-20110803213213-3n808ew7zh23kmzv
merge dnd restore branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
    //====================================
63
63
    void MouseEventCycle(Event &event);
 
64
    void DndEventCycle(Event &event);
64
65
    bool _enable_nux_new_event_architecture;
65
66
 
66
67
 
158
159
    InputArea* mouse_over_area_;
159
160
    BaseWindow* mouse_owner_base_window_;
160
161
 
 
162
    int dnd_safety_x_;
 
163
    int dnd_safety_y_;
 
164
 
161
165
    sigc::connection mouse_over_view_connection_;
162
166
    sigc::connection mouse_owner_view_connection_;
163
167
    sigc::connection mouse_owner_basewindow_connection_;