mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
catch up with API change
This commit is contained in:
parent
dc0cdfc53a
commit
4969c10445
1 changed files with 3 additions and 3 deletions
|
@ -362,12 +362,12 @@
|
||||||
/* #define PALM_TRAY_LEFT 0 */
|
/* #define PALM_TRAY_LEFT 0 */
|
||||||
#define PALM_TRAY_TOP (160-PALM_TRAY_SCALEV-1)
|
#define PALM_TRAY_TOP (160-PALM_TRAY_SCALEV-1)
|
||||||
#define PALM_TRAY_TOP_MAX 144 /* the lowest we can put the top */
|
#define PALM_TRAY_TOP_MAX 144 /* the lowest we can put the top */
|
||||||
|
#define PALM_TRAY_WIDTH 143
|
||||||
#ifdef EIGHT_TILES
|
#ifdef EIGHT_TILES
|
||||||
#define PALM_TRAY_SCALEH 18
|
#define PALM_TRAY_SCALEV 18
|
||||||
#else
|
#else
|
||||||
#define PALM_TRAY_SCALEH 20
|
#define PALM_TRAY_SCALEV 20
|
||||||
#endif
|
#endif
|
||||||
#define PALM_TRAY_SCALEV PALM_TRAY_SCALEH
|
|
||||||
#define PALM_DIVIDER_WIDTH 3
|
#define PALM_DIVIDER_WIDTH 3
|
||||||
|
|
||||||
#define PALM_BOARD_LEFT_LH 9
|
#define PALM_BOARD_LEFT_LH 9
|
||||||
|
|
Loading…
Add table
Reference in a new issue