jasperla / openbsd-wip

OpenBSD work in progress ports
http://www.openbsd.org/
267 stars 87 forks source link

godot4: fix type error #164

Closed omar-polo closed 1 year ago

omar-polo commented 1 year ago

@rfht the second commit removes the workaround, and the third fixes the build for me. casts to uint64_t ftw!

omar-polo commented 1 year ago

now with the fix for the double xrandr loading too. Not sure how much interesting it is, since xrandr is linked to the executable and so is already loaded. We could also just hide behind an #ifdef actually.