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

Updating to version 0.20.2

Many bug fixes.
This commit is contained in:
dan
1998-10-21 14:43:47 +00:00
parent 9d2e6ef9f1
commit 9af1c6c415
222 changed files with 9132 additions and 4322 deletions

View File

@@ -1,5 +1,5 @@
/*
* WindowMaker window manager
* Window Maker window manager
*
* Copyright (c) 1997, 1998 Alfredo K. Kojima
*
@@ -127,14 +127,6 @@ typedef struct WObjDescriptor {
#define WTJ_LEFT 1
#define WTJ_RIGHT 2
/* icon box positions */
#define WIB_BOTTOM 0
#define WIB_TOP 1
#define WIB_LEFT 2
#define WIB_RIGHT 3
/* iconification styles */
#define WIS_ZOOM 0
#define WIS_TWIST 1
@@ -157,9 +149,6 @@ typedef struct WObjDescriptor {
#define SPEED_SLOW 3
#define SPEED_ULTRASLOW 4
/* startup warnings */
#define WAR_DEFAULTS_DIR 1 /* created defaults DB directory */
/* window states */
#define WS_FOCUSED 0
@@ -180,18 +169,19 @@ typedef struct WObjDescriptor {
#define IY_LEFT 0
/* program states */
#define WSTATE_NORMAL 0
#define WSTATE_NEED_EXIT 1
#define WSTATE_NEED_RESTART 2
#define WSTATE_EXITING 3
#define WSTATE_RESTARTING 4
typedef struct W2Color {
char *color1;
char *color2;
} W2Color;
typedef struct WCoord {
int x, y;
} WCoord;
typedef struct WPreferences {
char **pixmap_path; /* NULL terminated array of */
/* paths to find pixmaps */
@@ -213,8 +203,9 @@ typedef struct WPreferences {
char use_saveunders; /* turn on SaveUnders for menus,
* icons etc. */
/*
char no_window_under_dock;
*/
char no_window_over_icons;
@@ -257,7 +248,7 @@ typedef struct WPreferences {
WCoord *win_menu_pos;
int icon_yard; /* aka iconbox */
char icon_yard; /* aka iconbox */
int raise_delay; /* delay for autoraise. 0 is disabled */
@@ -298,13 +289,13 @@ typedef struct WPreferences {
int dblclick_time; /* double click delay time in ms */
/* animate menus */
int menu_scroll_speed; /* how fast menus are scrolled */
char menu_scroll_speed; /* how fast menus are scrolled */
/* animate icon sliding */
int icon_slide_speed; /* icon slide animation speed */
char icon_slide_speed; /* icon slide animation speed */
/* shading animation */
int shade_speed;
char shade_speed;
int edge_resistance;