From 98df61be325dfea3fa42f71d3e63270d10801b69 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 25 Apr 1999 16:36:07 +0000 Subject: [PATCH] Fixed the background image for displaying the workspace name to be taken from the same place as the name is displaying. It was still taken from the middle of screen even if the name display place moved to top. --- src/workspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/workspace.c b/src/workspace.c index 025bdfff..5c45cdd1 100644 --- a/src/workspace.c +++ b/src/workspace.c @@ -358,7 +358,7 @@ showWorkspaceName(WScreen *scr, int workspace) ximg = RGetXImage(scr->rcontext, scr->root_win, (scr->scr_width - data->text->width)/2, - (scr->scr_height - data->text->height)/2, + 0 /* (scr->scr_height - data->text->height)/2 */, data->text->width, data->text->height); if (!ximg) {