Skip to content

Commit

Permalink
match renaming from r23305 refactoring
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@23429 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 4, 2019
1 parent da6055f commit 4bd55d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/platform/xposix/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def do_xi_motion(self, event, device):
if window.moveresize_event:
xinputlog("do_xi_motion(%s, %s) handling as a moveresize event on window %s", event, device, window)
window.motion_moveresize(event)
self.do_motion_notify_event(event)
self._do_motion_notify_event(event)
return
client = window._client
if client.readonly:
Expand Down

0 comments on commit 4bd55d8

Please sign in to comment.