]> git.street.me.uk Git - andy/viking.git/commit
Rework the create track drawing with a specific GC on which to draw the next potentia...
authorRob Norris <rw_norris@hotmail.com>
Fri, 31 Aug 2012 14:36:40 +0000 (15:36 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 20 Sep 2012 00:46:13 +0000 (01:46 +0100)
commit745fda831e6eeb87d9d2dda6f1d386446be07541
tree12c160579183b022c2a42bf8a4ed0cbb772c68b3
parent901423020f8c8fbc41052247ff6d8c9414f8077d
Rework the create track drawing with a specific GC on which to draw the next potential point.

This means this GC is reset on each update and then redrawn. It also ensures the correct colour is used.
This is more reliable than trying to undraw previous information via the GDK_INVERT method, especially for Windows systems.
src/viktrwlayer.c