wtf
This commit is contained in:
parent
1853cd1e7f
commit
5003d29246
13 changed files with 769 additions and 770 deletions
|
|
@ -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 = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue