summaryrefslogtreecommitdiff
path: root/src/core/window-item-rec.h
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@0x90.dk>2014-06-16 00:27:07 +0200
committerAlexander Færøy <ahf@0x90.dk>2014-06-16 00:27:07 +0200
commit0331970d64db01bd2db0d86a253393938b2539f1 (patch)
tree51e72be3c00ca90e503e7f6e3ec3da84f96280ab /src/core/window-item-rec.h
parentd1e60a3b8f8a154a33e935279a6aeb356686efda (diff)
parenta8c52d8c1619e97a9f9a49ddc9c2c6a242cbb0ce (diff)
downloadirssi-0331970d64db01bd2db0d86a253393938b2539f1.zip
Merge pull request #24 from ailin-nemui/speedup
Speed up nicklist and window_find operations
Diffstat (limited to 'src/core/window-item-rec.h')
-rw-r--r--src/core/window-item-rec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/window-item-rec.h b/src/core/window-item-rec.h
index d7b6f7db..7bf5ba5f 100644
--- a/src/core/window-item-rec.h
+++ b/src/core/window-item-rec.h
@@ -7,7 +7,7 @@ GHashTable *module_data;
void *window;
STRUCT_SERVER_REC *server;
char *visible_name;
-
+char *name;
time_t createtime;
int data_level;
char *hilight_color;