1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-30 02:12:30 +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

@@ -302,7 +302,7 @@ static char *CHECK_MARK[] = {
#define STIPPLE_WIDTH 8
#define STIPPLE_HEIGHT 8
static unsigned char STIPPLE_BITS[] = {
0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa
0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55
};