#ifndef CONFIG_H #define CONFIG_H #include // Debugging Mode #define DEBUG 1 // Mouse buttons #define M_BTN_1 1 #define M_BTN_2 3 // Mouse Cursor #define M_CURSOR XC_cross #endif