summaryrefslogtreecommitdiff
path: root/src/wx/dcp_timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-27 23:12:56 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-27 23:12:56 +0200
commitb49833e6486fd18c119016c3e4561f4a9f4b4329 (patch)
tree1fc64d1ef69c7332f29f3f3f2ee7c75f2d5705ca /src/wx/dcp_timeline.h
parent6066d80cbc5a60ea1697466b5b21521be7db6197 (diff)
Make the DCP (reels) timeline look a bit better in dark mode (#2980).
Diffstat (limited to 'src/wx/dcp_timeline.h')
-rw-r--r--src/wx/dcp_timeline.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_timeline.h b/src/wx/dcp_timeline.h
index e74adae8a..e09140e88 100644
--- a/src/wx/dcp_timeline.h
+++ b/src/wx/dcp_timeline.h
@@ -52,8 +52,8 @@ public:
private:
void paint();
- void paint_reels(wxGraphicsContext* gc);
- void paint_content(wxGraphicsContext* gc);
+ void paint_reels(wxGraphicsContext* gc, wxColour* palette);
+ void paint_content(wxGraphicsContext* gc, wxColour* palette);
void setup_pixels_per_second();
void left_down(wxMouseEvent& ev);
void right_down(wxMouseEvent& ev);