diff options
author | jcid <devnull@localhost> | 2007-12-28 17:47:33 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-12-28 17:47:33 +0100 |
commit | 1d632679c101a37baeb43720e6cd63f91e905fd4 (patch) | |
tree | 8f04bc88d09cf447792831fa9897c705215abe96 /src/prefs.h | |
parent | 401883e69706723fe5719d3f13bd6401046138e0 (diff) |
- Enabled panel_size in preferences.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 49d3f3f0..895e2a75 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -20,6 +20,8 @@ extern "C" { #define DW_COLOR_DEFAULT_PURPLE 0x800080 #define DW_COLOR_DEFAULT_BGND 0xd6d6c0 +/* Panel sizes */ +enum { P_tiny = 0, P_small, P_medium, P_large }; /* define enumeration values to be returned for specific symbols */ typedef enum { |