You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Window shows up with size 800x600 because that's the default size in window.h
Actual result
Window has size 0x0.
Notes
That because during window creation neither LinuxWaylandPlatformWindow::create nor LinuxWaylandPlatformWindow::map does any resizing and we get a 0x0 surface.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Run the
gui_window_example
on WaylandExpected result
Window shows up with size 800x600 because that's the default size in
window.h
Actual result
Window has size 0x0.
Notes
That because during window creation neither
LinuxWaylandPlatformWindow::create
norLinuxWaylandPlatformWindow::map
does any resizing and we get a 0x0 surface.The text was updated successfully, but these errors were encountered: