summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-17 00:40:14 -0500
committerLibravatar Luminarys <kizunanohikari@gmail.com>2015-08-17 00:40:14 -0500
commitda77dc45a9fe8fd4c2d7db474d14257501dd1813 (patch)
tree1f6856fb9c1c8e6e0434fba0f88ab820772adf42
parentAdded in basic floating toggling (diff)
downloadsway-da77dc45a9fe8fd4c2d7db474d14257501dd1813.tar.gz
sway-da77dc45a9fe8fd4c2d7db474d14257501dd1813.tar.zst
sway-da77dc45a9fe8fd4c2d7db474d14257501dd1813.zip
Deleted file
-rw-r--r--sway/children26
1 files changed, 0 insertions, 26 deletions
diff --git a/sway/children b/sway/children
deleted file mode 100644
index 55ef43c9..00000000
--- a/sway/children
+++ /dev/null
@@ -1,26 +0,0 @@
1workspace.c:90:35: swayc_t *current_output = active_workspace->parent;
2workspace.c:93:78: if (strcmp((((swayc_t *)current_output->children->items[i])->name), active_workspace->name) == 0) {
3workspace.c:105:35: swayc_t *current_output = active_workspace->parent;
4workspace.c:108:78: if (strcmp((((swayc_t *)current_output->children->items[i])->name), active_workspace->name) == 0) {
5workspace.c:133:35: swayc_t *current_output = active_workspace->parent;
6workspace.c:136:78: if (strcmp((((swayc_t *)current_output->children->items[i])->name), active_workspace->name) == 0) {
7workspace.c:149:35: swayc_t *current_output = active_workspace->parent;
8workspace.c:152:78: if (strcmp((((swayc_t *)current_output->children->items[i])->name), active_workspace->name) == 0) {
9workspace.c:176:23: swayc_t *ws_output = workspace->parent;
10workspace.c:183:70: sway_log(L_DEBUG, "workspace: changing from '%s' to '%s'", focused_workspace->name, workspace->name);
11workspace.c:199:20: swayc_t *output = workspace->parent;
12
13container.c:79:2: workspace->layout = L_HORIZ; // TODO:default layout
14container.c:80:2: workspace->width = output->width;
15container.c:81:2: workspace->height = output->height;
16container.c:82:2: workspace->name = strdup(name);
17container.c:83:2: workspace->visible = true;
18container.c:105:19: cont->focused = workspace->focused;
19container.c:106:3: workspace->focused = cont;
20container.c:108:24: list_t *tmp_list = workspace->children;
21container.c:109:3: workspace->children = cont->children;
22container.c:114:18: cont->layout = workspace->layout;
23container.c:115:3: workspace->layout = layout;
24container.c:162:6: if (workspace->children->length == 0) {
25container.c:163:61: sway_log(L_DEBUG, "Workspace: Destroying workspace '%s'", workspace->name);
26container.c:164:21: swayc_t *parent = workspace->parent;