1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

Fix a typo bug.

This commit is contained in:
id
1999-04-29 14:39:17 +00:00
parent e50b7e9ca9
commit e8ffdaf8e9

View File

@@ -732,7 +732,7 @@ paintTextField(TextField *tPtr)
WMDrawImageString(screen, drawbuffer, screen->textFieldGC, WMDrawImageString(screen, drawbuffer, screen->textFieldGC,
tPtr->font, rx, ty, &(text[count]), tPtr->font, rx, ty, &(text[count]),
abs(tPtr->selection.count)); count2);
XSetBackground(screen->display, screen->textFieldGC, XSetBackground(screen->display, screen->textFieldGC,
screen->white->color.pixel); screen->white->color.pixel);