Skip to content
  • Jasper St. Pierre's avatar
    display: Ignore the modmask passed into meta_display_begin_grab_op · 42bcad65
    Jasper St. Pierre authored
    A careful analysis of mutter's codebase shows that nothing actually
    passes anything but 0 to this. gnome-shell has one instance, but it's
    most likely a mistake.
    
    Remove the grab_mask field and the one place in keybindings.c that uses it.
    
    The parameter to begin_grab_op is left in for API compatibility reasons.
    42bcad65