more wayland work
This commit is contained in:
parent
5ad21381c5
commit
37fe636c75
10 changed files with 152 additions and 78 deletions
|
|
@ -56,13 +56,13 @@ void resize(MwWidget w, void* user, void* client) {
|
|||
|
||||
int main() {
|
||||
MwWidget window;
|
||||
int i;
|
||||
int i;
|
||||
|
||||
MwLibraryInit();
|
||||
|
||||
window = MwVaCreateWidget(MwWindowClass, "window", NULL, MwDEFAULT, MwDEFAULT, (ww = 500), (wh = 500),
|
||||
MwNtitle, "rotate",
|
||||
NULL);
|
||||
MwNtitle, "rotate",
|
||||
NULL);
|
||||
|
||||
for(i = 0; i < (int)(sizeof(buttons) / sizeof(buttons[0])); i++) {
|
||||
const char* color = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue