1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 12:58:08 +01:00

- removed unnecessary include of WINGsP.h in some places

- smaller space between rows of text in WMText
This commit is contained in:
dan
2002-11-04 20:29:47 +00:00
parent 5e37991b6c
commit 4f80ec9178
10 changed files with 8 additions and 22 deletions

View File

@@ -368,8 +368,7 @@ textRefresh(WTextInput *wtext)
XFillRectangle(dpy, wtext->core->window, wtext->regGC,
x1, y1, x2-x1, y2-y1);
/* Draw the selected text... use invGC so it will be the
* opposite color as the filled rectangle */
/* Draw the selected text. Inverse bg and fg colors for selection */
WMDrawImageString(scr->wmscreen, wtext->core->window,
scr->white, scr->black, wtext->font, x1, y1, ptr,
(ep - sp));