From 9a1d6eded2750572e9f5f79e53ec507dd7a06ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 May 2018 18:22:00 +0200 Subject: New upstream version 5.1.1 --- app/bin/param.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/bin/param.h') diff --git a/app/bin/param.h b/app/bin/param.h index 355f3e7..ae426fb 100644 --- a/app/bin/param.h +++ b/app/bin/param.h @@ -59,6 +59,7 @@ typedef enum { #define PDO_DRAW (1L<<8) #define PDO_FILE (1L<<9) +#define PDO_STRINGLIMITLENGTH (1L<<11) /**< context has maximum length for string */ #define PDO_SMALLDIM (1L<<12) #define PDO_DLGSTARTBTNS (1L<<13) @@ -67,6 +68,7 @@ typedef enum { #define PDO_DLGBOXEND (1L<<16) /**< draw recessed frame around the controls */ #define PDO_DLGRESETMARGIN (1L<<17) /**< position control on the left ?*/ #define PDO_DLGIGNORELABELWIDTH (1L<<18) + #define PDO_DLGHORZ (1L<<20) /**< arrange on same line as previous element */ #define PDO_DLGNEWCOLUMN (1L<<21) #define PDO_DLGNOLABELALIGN (1L<<22) -- cgit v1.2.3