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:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user