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

added configurable cursor path

added some GNUstep support code
This commit is contained in:
kojima
2000-03-03 20:55:35 +00:00
parent d97997b5e9
commit 41334b84d5
11 changed files with 372 additions and 13 deletions

View File

@@ -128,8 +128,8 @@ typedef enum {
#define WCUR_QUESTION 5
#define WCUR_TEXT 6
#define WCUR_SELECT 7
#define WCUR_LAST 8
#define WCUR_ROOT 8
#define WCUR_LAST 9
/* geometry displays */
#define WDIS_NEW 0 /* new style */
@@ -303,7 +303,7 @@ typedef struct WPreferences {
char constrain_window_size; /* don't let windows get bigger than
* screen */
char circ_raise; /* raise window when Alt-tabbing */
char circ_raise; /* raise window after Alt-tabbing */
char ignore_focus_click;