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