Skip to content
  • Martin Flöser's avatar
    Reduce usage of QCursor::pos() and ::setPos() · b99e1c0a
    Martin Flöser authored
    Where possible it is changed to Cursor::pos(), where we cannot use the
    Cursor class (e.g. Aurorae) we can at least try to limit the usage to
    prevent roundtrips to the X server.
    
    REVIEW: 109178
    b99e1c0a