diff options
author | Robert Carr <racarr@gorbie.(none)> | 2007-05-07 12:28:06 +0200 |
---|---|---|
committer | Robert Carr <racarr@gorbie.(none)> | 2007-05-07 12:28:06 +0200 |
commit | 5331d078ecc7bad10a93892eda104902cfa22472 (patch) | |
tree | 4845cccec5a9e375798fe5d4e23fd473170db19e | |
parent | 3606c918c6805c57b482376f5afcdfa1535a8881 (diff) | |
download | beryl-premerge-5331d078ecc7bad10a93892eda104902cfa22472.tar.gz beryl-premerge-5331d078ecc7bad10a93892eda104902cfa22472.tar.bz2 |
Dirty berylses hacks.
-rw-r--r-- | src/wall.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2479,8 +2479,8 @@ static Bool wallInitScreen(CompPlugin * p, CompScreen * s) wallDrawHighlight(s); ws->arrowContext = (WallCairoContext*) malloc(sizeof(WallCairoContext)); - ws->arrowContext->width = 32; - ws->arrowContext->height = 32; + ws->arrowContext->width = 33; + ws->arrowContext->height = 33; wallSetupCairoContext(s, ws->arrowContext); wallDrawArrow(s); |