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

change Clearance to ExtendSpace. Also add ExtendSpace option for menu

title and menu text..
This commit is contained in:
id
2000-01-11 23:15:51 +00:00
parent c6bc1227de
commit 808d4e7df0
7 changed files with 31 additions and 17 deletions

View File

@@ -58,6 +58,7 @@ typedef struct WFrameWindow {
short workspace; /* workspace that the window occupies */
short top_width;
int *title_clearance;
short bottom_width;
short resizebar_corner_width;
@@ -156,7 +157,7 @@ typedef struct WFrameWindow {
WFrameWindow*
wFrameWindowCreate(WScreen *scr, int wlevel, int x, int y,
int width, int height, int flags,
int width, int height, int *clearance, int flags,
union WTexture **title_texture,
union WTexture **resize_texture,
unsigned long *color,