jezek / xgb

The X Go Binding is a low-level API to communicate with the X server. It is modeled on XCB and supports many X extensions.
Other
130 stars 13 forks source link

Support for xcb-proto version 1.15, #issue 9 #10

Closed gen2brain closed 1 year ago

gen2brain commented 1 year ago
jezek commented 1 year ago

@gen2brain Thanks for the patch, will make some tests and get to you later. Please give me some time. Just a question. Did you use xcb-proto 1.15 or the latest 1.15.2 version?

gen2brain commented 1 year ago

@jezek I used 1.15.2. I checked the Changelog, and the 1.12 was huge, they added a lot of padding-related additions that were not there before. I understand this now uses the correct method instead of the previous heuristic to add padding.

jezek commented 1 year ago

Thanks, I've made a new release from this PR.