Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xgbutil has been modified to use unsigned integers instead of signed ones #21

Closed
errnoh opened this issue Oct 28, 2012 · 1 comment
Closed

Comments

@errnoh
Copy link
Contributor

errnoh commented Oct 28, 2012

BurntSushi/xgbutil@d3467c5 has broken go.wde/xgb, preventing it from building. The commit changed a lot stuff inside xgbutil to use unsigned integers and go.wde doesn't reflect these changes yet.

Errors when trying to build:
go.wde/xgb/icon.go:57: cannot use width (type int) as type uint in field value
go.wde/xgb/icon.go:58: cannot use height (type int) as type uint in field value
go.wde/xgb/icon.go:59: cannot use data (type []int) as type []uint in field value

@skelterjohn
Copy link
Owner

fixed with latest commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants