semi working wayland
This commit is contained in:
parent
e795ab880c
commit
4bb7219ccf
34 changed files with 13863 additions and 3121 deletions
|
|
@ -8,7 +8,7 @@ int main() {
|
|||
The WindowWaylandWayland class is a specialized window implementation
|
||||
that uses the Wayland display server protocol and renderer (hence the name "WaylandWayland").
|
||||
*/
|
||||
WindowWaylandWayland window("HelloWindow", 1280, 720);
|
||||
Window window("HelloWindow", 1280, 720);
|
||||
|
||||
/*
|
||||
This starts the window’s main event loop, allowing it to respond to user input and system events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue