mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-17 23:05:50 +01:00
new/changelog fix
This commit is contained in:
@@ -206,12 +206,12 @@ parseTexture(RContext *rc, char *text)
|
||||
case 'H':
|
||||
gtype = RHorizontalGradient;
|
||||
iwidth = scrWidth;
|
||||
iheight = 1;
|
||||
iheight = 8;
|
||||
break;
|
||||
case 'V':
|
||||
case 'v':
|
||||
gtype = RVerticalGradient;
|
||||
iwidth = 1;
|
||||
iwidth = 8;
|
||||
iheight = scrHeight;
|
||||
break;
|
||||
default:
|
||||
@@ -299,12 +299,12 @@ parseTexture(RContext *rc, char *text)
|
||||
case 'H':
|
||||
gtype = RHorizontalGradient;
|
||||
iwidth = scrWidth;
|
||||
iheight = 1;
|
||||
iheight = 8;
|
||||
break;
|
||||
case 'V':
|
||||
case 'v':
|
||||
gtype = RVerticalGradient;
|
||||
iwidth = 1;
|
||||
iwidth = 8;
|
||||
iheight = scrHeight;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user