mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
memory stats in info panel
This commit is contained in:
@@ -209,12 +209,12 @@ parseTexture(RContext *rc, char *text)
|
||||
case 'H':
|
||||
gtype = RHorizontalGradient;
|
||||
iwidth = scrWidth;
|
||||
iheight = 8;
|
||||
iheight = 32;
|
||||
break;
|
||||
case 'V':
|
||||
case 'v':
|
||||
gtype = RVerticalGradient;
|
||||
iwidth = 8;
|
||||
iwidth = 32;
|
||||
iheight = scrHeight;
|
||||
break;
|
||||
default:
|
||||
@@ -302,12 +302,12 @@ parseTexture(RContext *rc, char *text)
|
||||
case 'H':
|
||||
gtype = RHorizontalGradient;
|
||||
iwidth = scrWidth;
|
||||
iheight = 8;
|
||||
iheight = 32;
|
||||
break;
|
||||
case 'V':
|
||||
case 'v':
|
||||
gtype = RVerticalGradient;
|
||||
iwidth = 8;
|
||||
iwidth = 32;
|
||||
iheight = scrHeight;
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user