This commit is contained in:
Nishi 2025-12-15 12:26:15 +09:00
commit 5003d29246
Signed by: nishi
GPG key ID: 27EF69B208EB9343
13 changed files with 769 additions and 770 deletions

View file

@ -55,13 +55,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 = "";