1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-27 18:35:52 +01:00

changed top widget of panels from frame to box

This commit is contained in:
kojima
2001-02-08 21:54:12 +00:00
parent 15b720046b
commit f91f2eb173
18 changed files with 343 additions and 342 deletions

View File

@@ -41,8 +41,8 @@
/****/
#define WVERSION "0.43"
#define WMVERSION "0.62.x"
#define WVERSION "0.44"
#define WMVERSION "0.64.x"
extern char *NOptionValueChanged;
@@ -63,7 +63,7 @@ typedef struct {
/* all Panels must start with the following layout */
typedef struct PanelRec {
WMFrame *frame;
WMBox *box;
char *sectionName; /* section name to display in titlebar */
@@ -113,8 +113,8 @@ void AddDeadChildHandler(pid_t pid, void (*handler)(void*), void *data);
#define FRAME_TOP 105
#define FRAME_LEFT -2
#define FRAME_WIDTH 524
#define FRAME_LEFT -1
#define FRAME_WIDTH 522
#define FRAME_HEIGHT 235