mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +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
|
||||
};
|
||||
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
|
||||
* a vtable. If you want static linking, define DRAW_LINK_DIRECT via a -D
|
||||
|
|
Loading…
Reference in a new issue