diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-04-14 10:50:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-14 15:57:22 +0200 |
commit | f76ec0b61e19267d9a01946dee2979f53f182a46 (patch) | |
tree | 48e52bd783790a74c5b818044fc1a0b0eea3c162 /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | 4fffaa538e38d7e12553f204f61fdd45795efdcf (diff) |
add a way to resolve if dark mode (explicit or auto) is active
Change-Id: Ie0d4e0c3cd5d19cf6337ec79d30ae7c877cffd82
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150394
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index d84abd09f7d3..00bbd26379ae 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -612,6 +612,7 @@ public: virtual bool HidePopover(void* nId) override; virtual weld::Window* GetFrameWeld() const override; virtual void UpdateDarkMode() override; + virtual bool GetUseDarkMode() const override; static GtkSalFrame *getFromWindow( GtkWidget *pWindow ); |