|
|
|
|
|
by sprash
1689 days ago
|
|
You think this is bad? Just look at a native Wayland "Hello World" client [1]. This doesn't even print hello world. You have to do the text rendering yourself. And you need at least 500 more lines to implement the equivalent to a simple XGetImage() call. 1.: https://github.com/emersion/hello-wayland/blob/master/main.c |
|