mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-05 15:55:56 +01:00
- Fixed compilation warnings.
- Readded 'Auto placement' mode, with the old behavior, and made 'Smart placement' mode behave in the new way. Auto and Smart are no longer aliases.
This commit is contained in:
@@ -231,7 +231,7 @@ static WOptionEnumeration seColormapModes[] = {
|
||||
};
|
||||
|
||||
static WOptionEnumeration sePlacements[] = {
|
||||
{"Auto", WPM_SMART, 0}, {"Smart", WPM_SMART, 1},
|
||||
{"Auto", WPM_AUTO, 0}, {"Smart", WPM_SMART, 0},
|
||||
{"Cascade", WPM_CASCADE, 0},
|
||||
{"Random", WPM_RANDOM, 0},
|
||||
{"Manual", WPM_MANUAL, 0},
|
||||
|
||||
Reference in New Issue
Block a user