polytreewm/settings.h

10 lines
181 B
C
Raw Normal View History

2021-11-13 16:31:28 +00:00
#ifndef _SETTINGS_H
#define _SETTINGS_H
#include <stdbool.h>
bool settings_get_focus_on_wheel();
void settings_set_focus_on_wheel(bool new_focus_on_wheel);
#endif // _SETTINGS_H