oh mmy god #5

Merged
sashakoshka merged 1 commits from wacky into main 2023-01-26 00:10:17 -07:00
2 changed files with 66 additions and 5 deletions
Showing only changes of commit 4692b2c898 - Show all commits

View File

@ -42,6 +42,14 @@ func (sum *scrollSum) add (button xproto.Button, window *Window, state uint16) {
} }
func (window *Window) handleExpose (
connection *xgbutil.XUtil,
event xevent.ExposeEvent,
) {
_ = window.compressExpose(*event.ExposeEvent)
window.redrawChildEntirely()
}
func (window *Window) handleConfigureNotify ( func (window *Window) handleConfigureNotify (
connection *xgbutil.XUtil, connection *xgbutil.XUtil,
event xevent.ConfigureNotifyEvent, event xevent.ConfigureNotifyEvent,