summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-windows.h')
-rw-r--r--src/fe-common/core/fe-windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-windows.h b/src/fe-common/core/fe-windows.h
index 16fff673..cc915f0c 100644
--- a/src/fe-common/core/fe-windows.h
+++ b/src/fe-common/core/fe-windows.h
@@ -24,7 +24,7 @@ typedef struct {
GSList *waiting_channels; /* list of "<server tag> <channel>" */
int lines;
- int destroying:1;
+ unsigned int destroying:1;
/* window-specific command line history */
GList *cmdhist, *histpos;