1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-28 10:55:48 +01:00

- Fixed Clip's workspace menu mapping to be consistent with the others

- Fixed bug in wmsetbg that caused scale and maxscale to both do maxscale
  (Alexey Voinov <voins@voins.program.ru>)
This commit is contained in:
dan
2003-02-28 12:42:16 +00:00
parent fdeb749da7
commit e727cbadb6
4 changed files with 30 additions and 29 deletions

View File

@@ -134,7 +134,7 @@ applyImage(RContext *rc, BackgroundTexture *texture, RImage *image, char type,
switch (toupper(type)) {
case 'S':
case 'M':
if (type == 'S') {
if (toupper(type) == 'S') {
w = width;
h = height;
} else {