summaryrefslogtreecommitdiff
path: root/src/core/window-item-def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-item-def.h')
-rw-r--r--src/core/window-item-def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/window-item-def.h b/src/core/window-item-def.h
index 5b54414a..4364c66e 100644
--- a/src/core/window-item-def.h
+++ b/src/core/window-item-def.h
@@ -2,8 +2,8 @@
#define __WINDOW_ITEM_DEF_H
#define STRUCT_SERVER_REC SERVER_REC
-typedef struct {
+struct _WI_ITEM_REC {
#include "window-item-rec.h"
-} WI_ITEM_REC;
+};
#endif