Opened 11 years ago

Closed 11 years ago

Last modified 7 years ago

#360 closed defect (fixed)

colors wrong on sun systems

Reported by: epruesse Owned by: epruesse
Priority: critical Milestone:
Component: Library (GUI) Version: gtkport
Keywords: Cc:

Description (last modified by epruesse)

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).

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).

Change History (3)

comment:1 Changed 11 years ago by epruesse

  • Description modified (diff)
  • Owner changed from devel to epruesse
  • Status changed from new to assigned

comment:2 Changed 11 years ago by epruesse

  • Resolution set to fixed
  • Status changed from assigned to closed

fixed by r10687 and r10688

comment:3 Changed 7 years ago by westram

  • Milestone gtkmerge deleted

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.