1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

new/changelog fix

This commit is contained in:
kojima
1999-04-03 03:51:17 +00:00
parent 370c15ad2b
commit 9df0e16707
29 changed files with 680 additions and 439 deletions

View File

@@ -24,11 +24,6 @@
#include "wcore.h"
#define MR_RESIZED 1
#define MR_TITLE_BACK 2
#define MR_TEXT_BACK 4
#define MR_TITLE_TEXT 8
#define MI_DIAMOND 0
#define MI_CHECK 1
#define MI_MINIWINDOW 2
@@ -102,7 +97,6 @@ typedef struct WMenu {
} WMenu;
void wMenuRefresh(WMenu *menu, int flags);
void wMenuPaint(WMenu *menu);
void wMenuDestroy(WMenu *menu, int recurse);
void wMenuRealize(WMenu *menu);