diff options
-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); |