diff options
Diffstat (limited to 'ui/gfx/gtk_util.h')
-rw-r--r-- | ui/gfx/gtk_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gfx/gtk_util.h b/ui/gfx/gtk_util.h index 7438165..71b9e52 100644 --- a/ui/gfx/gtk_util.h +++ b/ui/gfx/gtk_util.h @@ -66,6 +66,9 @@ UI_EXPORT std::string RemoveWindowsStyleAccelerators(const std::string& label); // assumed to be 4 * |width|. uint8_t* BGRAToRGBA(const uint8_t* pixels, int width, int height, int stride); +// Initialize some GTK settings so that our dialogs are consistent. +void InitRCStyles(); + } // namespace gfx // It's not legal C++ to have a templatized typedefs, so we wrap it in a |