##// END OF EJS Templates
test
Tsuki -
r4:49359be7c342 default
parent child Browse files
Show More
@@ -74,7 +74,6 static void
74 ext_workspace_create(uint32_t tag, Monitor *m)
74 ext_workspace_create(uint32_t tag, Monitor *m)
75 {
75 {
76 const char *name = tag_name(tag);
76 const char *name = tag_name(tag);
77
78 struct ext_workspace *ws = ecalloc(1, sizeof(*ws));
77 struct ext_workspace *ws = ecalloc(1, sizeof(*ws));
79 ws->tag = tag;
78 ws->tag = tag;
80 ws->m = m;
79 ws->m = m;
General Comments 0
You need to be logged in to leave comments. Login now