Changes between Initial Version and Version 1 of Ticket #360


Ignore:
Timestamp:
Sep 26, 2013, 1:16:39 PM (12 years ago)
Author:
epruesse
Comment:

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] = red is wrong, sun does not use r-g-b but b-g-r. That's why there is gdkcolor.red (and blue, green).
     1Assuming 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).
    22
    33Get 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).