Skip to content
Snippets Groups Projects
Commit f438356c authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

allow displacement of moonlib/image

parent 41aa2019
No related branches found
No related tags found
Loading
...@@ -120,9 +120,14 @@ post("about to make a new object. xpix is %d and ypix is %d", ...@@ -120,9 +120,14 @@ post("about to make a new object. xpix is %d and ypix is %d",
} }
else else
{ {
sys_vgui(".x%lx.c coords %xS %d %d\n", //sys_vgui(".x%lx.c coords %xS %d %d\n",
glist_getcanvas(glist), x, // glist_getcanvas(glist), x,
text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist)); // text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist));
gui_vmess("gui_image_coords", "xxii",
glist_getcanvas(glist),
x,
text_xpix(&x->x_obj, glist),
text_ypix(&x->x_obj, glist));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment