summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/defs.h b/src/defs.h
index e7f1144..5f8c3c4 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -1,6 +1,6 @@
/* See LICENSE for more information on use */
#pragma once
-#define SXWM_VERSION "sxwm ver. 1.2"
+#define SXWM_VERSION "sxwm ver. 1.4"
#define SXWM_AUTHOR "(C) Abhinav Prasai 2025"
#define SXWM_LICINFO "See LICENSE for more info"
@@ -60,7 +60,6 @@ void moveto_ws9(void) { move_to_workspace(8); update_net_client_list(); }\
#define UDIST(a,b) abs((int)(a) - (int)(b))
#define MAXCLIENTS 99
-#define MAXGAPS 100
typedef enum {
DRAG_NONE,