aboutsummaryrefslogtreecommitdiff
path: root/src/border.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-26 15:55:02 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-26 15:55:02 +0200
commitb11701872a81f3a5114c834527e65d3bba3a2f7b (patch)
tree930149f594126dbaca85927f3492c3163ddd4ff6 /src/border.h
parent7ad85517b33bb1ae2404af7c4d019b3abfe7ca1f (diff)
downloadjwm-b11701872a81f3a5114c834527e65d3bba3a2f7b.tar.gz
Highlight border button when active
Diffstat (limited to 'src/border.h')
-rw-r--r--src/border.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/border.h b/src/border.h
index 55458db..052492d 100644
--- a/src/border.h
+++ b/src/border.h
@@ -27,6 +27,9 @@ typedef enum {
BA_RESIZE_W = 0x80 /**< Resize west. */
} BorderActionType;
+/** Currently pressed border button. */
+BorderActionType PressedBorderButton;
+
/*@{*/
void InitializeBorders();
void StartupBorders();