revert some leaks into other code files
This commit is contained in:
parent
f2c05762ae
commit
71aac9987c
4 changed files with 10 additions and 12 deletions
|
|
@ -5,10 +5,10 @@ int main() {
|
|||
MwWidget window;
|
||||
|
||||
MwLibraryInit();
|
||||
|
||||
|
||||
window = MwVaCreateWidget(MwWindowClass, "test", NULL, MwDEFAULT, MwDEFAULT, 8 + 16 + 8 + 16 * 10 + 8, 8 + 16 + 8 + 16 + 8,
|
||||
MwNtitle, "checkbox",
|
||||
NULL);
|
||||
MwNtitle, "checkbox",
|
||||
NULL);
|
||||
|
||||
MwVaCreateWidget(MwCheckBoxClass, "cb1", window, 8, 8, 16, 16,
|
||||
NULL);
|
||||
|
|
|
|||
|
|
@ -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