This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/backends/x
Sasha Koshka 423e6869c0 X backend better handles expose events
Previously, when an expose event was recieved, the backend would
call Window.paste, converting RGBA image data to BGRA image data.
Now we only call Window.pushRegion with the bounds given to us by
the expose event(s). This speeds up window resizing significantly.
2023-03-07 12:48:29 -05:00
..
encoding.go Updated X backend to match 2023-02-02 01:47:55 -05:00
event.go X backend better handles expose events 2023-03-07 12:48:29 -05:00
window.go X backend better handles expose events 2023-03-07 12:48:29 -05:00
x.go Removed that annoying log message on window close 2023-02-16 17:22:33 -05:00