diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ #include <X11/cursorfont.h> -static int cursor_font = XC_heart; -static const char* save_path = "/path/to/your/screenshots"; +static const unsigned int cursor_font = XC_heart; |
