Changes between Initial Version and Version 1 of Ticket #1351, comment 1
- Timestamp:
- 08/11/17 14:52:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1351, comment 1
initial v1 1 Replying to [ticket:1351 Antoine Martin]:2 > And it can take minutes!3 > It seems to take a very long time to go through every resize increment. So when enlarging the window a lot, it takes hundreds of steps, repainting each time and probably also re-calculating the shape mask (#501).4 > Disabling xshape does not help.5 > Maybe this needs {{{_NET_WM_SYNC_REQUEST}}} (#723).6 [[BR]]7 1 Would love to see a native solution! A workaround I'm using for such issue (which is also common with other unoptimized x11 apps running with Xming or Exceed): 8 2