如何在Weston背景中设置Wayland客户端的位置?

时间:2017-11-15 11:14:53

标签: position wayland

我创建一个Wayland shell表面来显示" FPS信息"。 I would like to position windows like this

现在,我想在启动应用程序时为此wayland客户端设置固定位置。 我怎么能这样做?

1 个答案:

答案 0 :(得分:0)

使用

设置文本显示窗口的固定位置
wl_shell_surface_set_transient (wl_shell_surface, wl_surface, POS_X, POS_Y, 0);
wl_shell_surface_set_toplevel(wl_shell_surface);