mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Make window prettier again.
This commit is contained in:
parent
30749426dc
commit
e4feb56316
3 changed files with 97 additions and 39 deletions
|
|
@ -232,7 +232,7 @@ wl_compositor_create(struct wl_display *display)
|
|||
EGLConfig configs[64];
|
||||
EGLint major, minor, count;
|
||||
struct egl_compositor *ec;
|
||||
const int width = 1024, height = 768;
|
||||
const int width = 1280, height = 800;
|
||||
|
||||
ec = malloc(sizeof *ec);
|
||||
if (ec == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue