config.mk tools

This commit is contained in:
2026-05-08 19:19:43 +07:00
parent daa92410a7
commit fe011cb26b
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -21,12 +21,12 @@
#include <xcb/xcb_icccm.h>
#endif
#define BTN_LEFT 0x110
#define BTN_RIGHT 0x111
#define BTN_MIDDLE 0x112
#define BTN_LEFT 0x110
#define BTN_RIGHT 0x111
#define BTN_MIDDLE 0x112
#define MAX(A, B) (A) > (B) ? (A) : (B)
#define MIN(A, B) (A) < (B) ? (A) : (B)
#define MAX(A, B) (A) > (B) ? (A) : (B)
#define MIN(A, B) (A) < (B) ? (A) : (B)
/* macro for adding listener for event */
#define LISTEN(L, C, E) \
do { \