mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-11 13:29:49 -05:00
Make window prettier again.
This commit is contained in:
parent
30749426dc
commit
e4feb56316
3 changed files with 97 additions and 39 deletions
|
|
@ -134,7 +134,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
wl_surface_attach(surface, name, width, height, width * 4);
|
||||
|
||||
wl_surface_map(surface, 0, 0, width, height);
|
||||
wl_surface_map(surface, 0, 0, 1280, 800);
|
||||
|
||||
g_main_loop_run(loop);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue