Cyjon icon indicating copy to clipboard operation
Cyjon copied to clipboard

Redraw window outlines when moving them

Open Raniconduh opened this issue 4 years ago • 1 comments

This is a pretty cool project and after playing around with it for a few minutes, I noticed that when moving a window, the entire window is redrawn until the cursor is let go of. I recommend instead for the good old windows 95 approach of only drawing the window outlines when moving them. I think this will make it faster and smoother.

Raniconduh avatar Feb 20 '21 04:02 Raniconduh

This is rather an option as the performance of the entire drawing system is above average. For comparison, check out Menuet (turn off transparency) or Kolibri.

#64 First I have to rewrite the transparent window handling system, because the "frame" is a transparent window with only edges ;)

But yes, there will be a plan to handle moving windows this way. I just need time.

CorruptedByCPU avatar Feb 20 '21 09:02 CorruptedByCPU