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

Code update for Window Maker version 0.50.0

Read changes in ChangeLog and NEWS
This commit is contained in:
dan
1999-01-06 15:22:33 +00:00
parent 16698efd45
commit 0261c32636
232 changed files with 20628 additions and 8087 deletions

View File

@@ -39,8 +39,6 @@
typedef struct WFrameWindow {
WScreen *screen_ptr; /* pointer to the screen structure */
short window_level;
short workspace; /* workspace that the window occupies */
WCoreWindow *core;
@@ -48,9 +46,13 @@ typedef struct WFrameWindow {
WCoreWindow *left_button; /* miniaturize button */
WCoreWindow *right_button; /* close button */
short workspace; /* workspace that the window occupies */
short top_width;
short bottom_width;
short resizebar_corner_width;
WCoreWindow *resizebar; /* bottom resizebar */
Pixmap title_back[3]; /* focused, unfocused, pfocused */
@@ -66,8 +68,6 @@ typedef struct WFrameWindow {
GC *title_gc;
WFont **font;
short resizebar_corner_width;
char *title; /* window name (title) */
/* thing that uses this frame. passed as data to callbacks */
@@ -127,9 +127,9 @@ void wFrameWindowChangeState(WFrameWindow *fwin, int state);
void wFrameWindowPaint(WFrameWindow *fwin);
void wFrameWindowResize(WFrameWindow *fwin, int width, int height);
void wFrameWindowConfigure(WFrameWindow *fwin, int x, int y, int width, int height);
void wFrameWindowResizeInternal(WFrameWindow *fwin, int iwidth, int iheight);
void wFrameWindowResize(WFrameWindow *fwin, int width, int height);
void wFrameWindowShowButton(WFrameWindow *fwin, int flags);