home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fdd275
)
Removed redundant call to update_windows().
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 23 Apr 2013 03:49:39 +0000
(
05:49
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 23 Apr 2013 03:49:39 +0000
(
05:49
+0200)
windows.c
patch
|
blob
|
history
diff --git
a/windows.c
b/windows.c
index 29b4446ce61245d0d9a4208818c7a276cf447917..b71177f2ea39c67d2b63e104e226e43cd3e39b02 100644
(file)
--- a/
windows.c
+++ b/
windows.c
@@
-224,5
+224,4
@@
void shift_window (struct WinMeta * win_meta, char dir) {
append_window(win_meta, wins[i]);
free(wins);
win_meta->active = win_shift;
- update_windows(win_meta, win_meta->chain_start);
draw_all_windows(win_meta); } }