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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user