linux_desktop_settings.h 343 B

12345678910111213141516
  1. /*
  2. * Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
  3. *
  4. * Distributed under terms of the GPL3 license.
  5. */
  6. #pragma once
  7. #include "dbus_glfw.h"
  8. #include "internal.h"
  9. void glfw_initialize_desktop_settings(void);
  10. void glfw_current_cursor_theme(const char **theme, int *size);
  11. GLFWColorScheme glfw_current_system_color_theme(bool);