RESOLVED FIXED Bug 233452
[GTK] GdkRGBA expects colors to be in the 0.0 to 1.0 range
https://bugs.webkit.org/show_bug.cgi?id=233452
Summary [GTK] GdkRGBA expects colors to be in the 0.0 to 1.0 range
Lauro Moura
Reported 2021-11-23 14:56:35 PST
[GTK] GdkRGBA expects colors to be in the 0.0 to 1.0 range
Attachments
Patch (1.62 KB, patch)
2021-11-23 14:57 PST, Lauro Moura
no flags
Patch for landing (1.74 KB, patch)
2021-11-23 19:17 PST, Lauro Moura
no flags
Lauro Moura
Comment 1 2021-11-23 14:57:32 PST
Michael Catanzaro
Comment 2 2021-11-23 15:50:47 PST
Comment on attachment 445051 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=445051&action=review > Tools/MiniBrowser/gtk/BrowserWindow.c:1336 > window->backgroundColor.alpha = 1; Nit: might as well write this as 1.0 as well, to be consistent with the line above. Or write 1 in both places. Doesn't matter, of course....
Lauro Moura
Comment 3 2021-11-23 19:17:53 PST
Created attachment 445058 [details] Patch for landing
EWS
Comment 4 2021-11-23 19:47:13 PST
Committed r286141 (244528@main): <https://commits.webkit.org/244528@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445058 [details].
Note You need to log in before you can comment on or make changes to this bug.