标签: position wayland
我创建一个Wayland shell表面来显示" FPS信息"。
现在,我想在启动应用程序时为此wayland客户端设置固定位置。 我怎么能这样做?
答案 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);