summaryrefslogtreecommitdiff
path: root/src/core/window-item-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/window-item-rec.h')
-rw-r--r--src/core/window-item-rec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/window-item-rec.h b/src/core/window-item-rec.h
index ea5365a9..dae5d5ec 100644
--- a/src/core/window-item-rec.h
+++ b/src/core/window-item-rec.h
@@ -9,7 +9,7 @@ STRUCT_SERVER_REC *server;
char *name;
time_t createtime;
-int new_data;
-int last_color; /* if NEWDATA_HILIGHT is set, color number could be specified here */
+int data_level;
+int hilight_color;
#undef STRUCT_SERVER_REC