Re: Flickering
Uli Schlachter <[email protected]> Wed, 24 Feb 2021 21:23:50 +0100
| Newsgroups | gmane.comp.freedesktop.xcb |
|---|---|
| Message-ID | <[email protected]> |
Hi, Am 24.02.21 um 12:24 schrieb [email protected]: > Actually I noticed that on moving a window clicking on the title bar I have some flickering. Looks to me as if the window is moved offscreen and then quickly again moved to its "proper position". I'd look at some tracing output to figure this out, e.g. via xtrace (also known as x11trace) on your WM. Or on an app in question to see where it is moved to. Alternatively, you could do some printf-debugging and print the window position before every xcb_configure_window() call to see where it is being moved to. I can't really read objc, but... where is this moving of windows implemented? I tried searching for xcb_configure_window(), but all the hits don't seem relevant to "move by mouse". Cheers, Uli -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus dem Staub