mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
draw hint borders wider on high-res devices so they're actually visible (part 2)
This commit is contained in:
parent
45e57a7d86
commit
a6e3df1ad4
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ enum HINT_ATTS { HINT_BORDER_NONE = 0,
|
||||||
HINT_BORDER_CENTER = 0x10
|
HINT_BORDER_CENTER = 0x10
|
||||||
};
|
};
|
||||||
typedef XP_UCHAR HintAtts;
|
typedef XP_UCHAR HintAtts;
|
||||||
|
#define HINT_BORDER_EDGE \
|
||||||
|
(HINT_BORDER_LEFT|HINT_BORDER_RIGHT|HINT_BORDER_TOP|HINT_BORDER_BOTTOM)
|
||||||
|
|
||||||
|
|
||||||
/* Platform-supplied draw functions are either staticly linked, or called via
|
/* Platform-supplied draw functions are either staticly linked, or called via
|
||||||
* a vtable. If you want static linking, define DRAW_LINK_DIRECT via a -D
|
* a vtable. If you want static linking, define DRAW_LINK_DIRECT via a -D
|
||||||
|
|
Loading…
Reference in a new issue