1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-18 15:35:55 +01:00

- Added WMGetTextFieldDelegate()

- Fixed a problem with drawing the return arrow on buttons when disabled
This commit is contained in:
dan
2002-04-03 00:51:36 +00:00
parent 6e72c20248
commit 750917986e
5 changed files with 13 additions and 1 deletions

View File

@@ -3150,6 +3150,7 @@ WMCreateTextForDocumentType(WMWidget *parent, WMAction *parser, WMAction *writer
gcv.foreground = W_PIXEL(scr->gray);
gcv.background = W_PIXEL(scr->darkGray);
gcv.fill_style = FillStippled;
/* why not use scr->stipple here? */
gcv.stipple = XCreateBitmapFromData(dpy, W_DRAWABLE(scr),
STIPPLE_BITS, STIPPLE_WIDTH, STIPPLE_HEIGHT);
tPtr->stippledGC = XCreateGC(dpy, W_DRAWABLE(scr),