553:90e38db0c755 | 554:28e490aa15e3 |
---|---|
761 return (EXIT_SUCCESS); | 761 return (EXIT_SUCCESS); |
762 } | 762 } |
763 | 763 |
764 #endif | 764 #endif |
765 | 765 |
766 #if defined(UI_COCOA) || defined(UI_MOTIF) | 766 #if (defined(UI_COCOA) || defined(UI_MOTIF)) && !defined(UI_TEST) |
767 | 767 |
768 static UiList *menulist; | 768 static UiList *menulist; |
769 int items = 4; | 769 int items = 4; |
770 | 770 |
771 void action_button(UiEvent *event, void *data) { | 771 void action_button(UiEvent *event, void *data) { |