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

Replace global color_t type with UTILS::Color. #13787

Merged
merged 1 commit into from
Apr 19, 2018

Conversation

ksooo
Copy link
Member

@ksooo ksooo commented Apr 18, 2018

Defining our own color_t in global namespace recently led to build breakers on Windows when compiling using VS 2015. This PR removes color_t completely from our code base and replaces it with the new type UTILS::Color.

@Rechi @peak3d f.y.i.

@ksooo ksooo added Type: Fix non-breaking change which fixes an issue v18 Leia labels Apr 18, 2018
@ksooo ksooo requested a review from notspiff April 18, 2018 16:19
@ksooo ksooo added this to the Leia 18.0-alpha2 milestone Apr 18, 2018
@ksooo ksooo force-pushed the replace-color-t-type branch 4 times, most recently from fd90ef4 to 5bcf9fc Compare April 19, 2018 06:40
@ksooo ksooo changed the title Replace global color_t type with UTILS::COLOR. Replace global color_t type with UTILS::Color. Apr 19, 2018
@ksooo
Copy link
Member Author

ksooo commented Apr 19, 2018

As discussed internally with @notspiff, this one is ready to go.

@ksooo ksooo merged commit ec84ca7 into xbmc:master Apr 19, 2018
@ksooo ksooo deleted the replace-color-t-type branch April 19, 2018 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant