Projects
Multimedia
LiVES
lives-2.6.0_lcolor.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lives-2.6.0_lcolor.patch of Package LiVES (Revision 32)
Currently displaying revision
32
,
Show latest
diff -U 3 -dHrN lives-2.6.0.orig/src/widget-helper.c lives-2.6.0/src/widget-helper.c --- lives-2.6.0.orig/src/widget-helper.c 2016-01-29 21:29:57.000000000 +0300 +++ lives-2.6.0/src/widget-helper.c 2016-02-03 13:01:09.461220282 +0300 @@ -8705,7 +8705,11 @@ lcolor->red=color->red*65535.; lcolor->green=color->green*65535.; lcolor->blue=color->blue*65535.; +#if LIVES_WIDGET_COLOR_HAS_ALPHA lcolor->alpha=color->alpha*65535.; +#else + lcolor->alpha=65535; +#endif return TRUE; #endif return FALSE;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.