summaryrefslogtreecommitdiff
path: root/src/core/window-item-rec.h
diff options
context:
space:
mode:
authorAilin Nemui <ailin@esf51.localdomain>2014-06-08 02:18:57 +0200
committerAilin Nemui <ailin@esf51.localdomain>2014-06-15 23:37:13 +0200
commita4c62a3fee26761ff909e7fb01f372484db3057f (patch)
tree76fee293501c3125d094e234db69d541e63e3d01 /src/core/window-item-rec.h
parentd1e60a3b8f8a154a33e935279a6aeb356686efda (diff)
downloadirssi-a4c62a3fee26761ff909e7fb01f372484db3057f.zip
speed up window_item_find by interning name and removing call to channel_find
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;