summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2023-12-30 20:49:48 +0100
committerTim Wiederhake <twied@gmx.net>2024-01-21 13:14:37 +0100
commit878117d8c70564983afddfb2bb26daa71f25b8c1 (patch)
tree8f4e904f4dee887ad921fb0afcb26f0b45c59e77 /src/screen.h
parenta0a4604cab350eb6a8bd3cc56cfb35d534fa344b (diff)
Rename field 'delete' to 'remove' in TitlebarPixmaps
'delete' is a keyword in c++. Its usage confuses some tools that work with c and c++ source code. Signed-off-by: Tim Wiederhake <twied@gmx.net>
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h
index 3a1cb52..d8bf996 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -56,7 +56,7 @@ typedef struct _TitlebarPixmaps {
Pixmap resize;
Pixmap question;
Pixmap menu;
- Pixmap delete;
+ Pixmap remove;
} TitlebarPixmaps;
typedef struct ScreenInfo {