summaryrefslogtreecommitdiffstats
path: root/cmd-respawn-window.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-09-10 19:15:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-09-10 19:15:06 +0000
commitf07cedf04806b9d02d4754e37c7a81536ae30e33 (patch)
treebf3a50a6ebb1d1c496b695439d8de8e39ec84bd9 /cmd-respawn-window.c
parentded348064a20ae2fd43342d2bfeb628261399f70 (diff)
Rename some functions.
Diffstat (limited to 'cmd-respawn-window.c')
-rw-r--r--cmd-respawn-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-respawn-window.c b/cmd-respawn-window.c
index e79c673e..37040715 100644
--- a/cmd-respawn-window.c
+++ b/cmd-respawn-window.c
@@ -1,4 +1,4 @@
-/* $Id: cmd-respawn-window.c,v 1.4 2008-07-01 05:06:11 nicm Exp $ */
+/* $Id: cmd-respawn-window.c,v 1.5 2008-09-10 19:15:04 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -68,7 +68,7 @@ cmd_respawn_window_exec(struct cmd *self, struct cmd_ctx *ctx)
ctx->error(ctx, "respawn failed: %s:%d", s->name, wl->idx);
return;
}
- screen_reset(&wl->window->base);
+ screen_reinit(&wl->window->base);
recalculate_sizes();
server_redraw_window(wl->window);