summaryrefslogtreecommitdiff
path: root/openbox/prompt.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-06 22:53:43 -0500
committerDana Jansens <danakj@orodu.net>2008-02-07 02:14:44 -0500
commit5f31bde96d5ee1aef4da69e33e58b89829da3593 (patch)
treeaaef73253c42c38c6068c7353f87b96ad03f50f3 /openbox/prompt.c
parentf5c2d6d3798fdc70c8bbc5d8205cf20e2b2a7cd3 (diff)
properly place the msg texture
Diffstat (limited to 'openbox/prompt.c')
-rw-r--r--openbox/prompt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c
index ea440e95..dc6b2844 100644
--- a/openbox/prompt.c
+++ b/openbox/prompt.c
@@ -282,7 +282,7 @@ static void render_all(ObPrompt *self)
prompt_a_msg->surface.parent = self->a_bg;
prompt_a_msg->surface.parentx = self->msg.x;
- prompt_a_msg->surface.parentx = self->msg.y;
+ prompt_a_msg->surface.parenty = self->msg.y;
prompt_a_msg->texture[0].data.text.string = self->msg.text;
prompt_a_msg->texture[0].data.text.maxwidth = self->msg_wbound;