Changes between Initial Version and Version 1 of Ticket #360
- Timestamp:
- Sep 26, 2013, 1:16:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #360
- Property Owner changed from devel to epruesse
- Property Status changed from new to assigned
-
TabularUnified Ticket #360 – Description
initial v1 1 Assuming that ((int8_t[])gdkcolor.pixel)[1] = redis wrong, sun does not use r-g-b but b-g-r. That's why there is gdkcolor.red (and blue, green).1 Assuming that {{{((int8_t[])gdkcolor.pixel)[1] = red}}} is wrong, sun does not use r-g-b but b-g-r. That's why there is gdkcolor.red (and blue, green). 2 2 3 3 Get rid of the colormap while we're at it. GTK3 doesn't have it anymore, and we don't need it as we draw only with cairo (and eventually gl).