7 lines
96 B
C
7 lines
96 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool
|
|
libdecor_get_cursor_settings(char **theme, int *size);
|