~ubuntu-branches/ubuntu/vivid/mpv/vivid

« back to all changes in this revision

Viewing changes to player/discnav.c

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-12-22 19:08:25 UTC
  • mfrom: (28.1.3 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20141222190825-bdtz8aiwvv65wpmi
Tags: 0.7.2-1ubuntu1
debian/rules: Disable altivec on ppc64el again, as it FTBFS with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
 
126
126
    MP_VERBOSE(mpctx->nav_state, "enabling\n");
127
127
 
128
 
    mp_input_enable_section(mpctx->input, "discnav", 0);
129
 
    mp_input_set_section_mouse_area(mpctx->input, "discnav-menu",
130
 
                                    INT_MIN, INT_MIN, INT_MAX, INT_MAX);
 
128
    mp_input_enable_section(mpctx->input, "discnav",
 
129
                MP_INPUT_ALLOW_VO_DRAGGING | MP_INPUT_ALLOW_HIDE_CURSOR);
131
130
 
132
131
    update_state(mpctx);
133
132
}