]> Dogcows Code - chaz/openbox/commitdiff
properly place the msg texture
authorDana Jansens <danakj@orodu.net>
Thu, 7 Feb 2008 03:53:43 +0000 (22:53 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Feb 2008 19:24:07 +0000 (14:24 -0500)
openbox/prompt.c

index debdc3828fc4c39525dbe62d6be6188c9b0de637..84023d7bb163d7a3e90d5d3d654abf0192c22d37 100644 (file)
@@ -284,7 +284,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;
This page took 0.025275 seconds and 4 git commands to generate.