mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-14 22:57:37 +03:00
66801b6b28
Implemented only on macOS and Wayland.
16 lines
331 B
C
Vendored
16 lines
331 B
C
Vendored
/*
|
|
* Copyright (C) 2021 Kovid Goyal <kovid at kovidgoyal.net>
|
|
*
|
|
* Distributed under terms of the GPL3 license.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "dbus_glfw.h"
|
|
#include "internal.h"
|
|
|
|
|
|
void glfw_initialize_desktop_settings(void);
|
|
void glfw_current_cursor_theme(const char **theme, int *size);
|
|
int glfw_current_system_color_theme(void);
|