Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f6f993cb41
|
@ -22,8 +22,8 @@
|
||||||
enum ScreenLayoutType
|
enum ScreenLayoutType
|
||||||
{
|
{
|
||||||
screenLayout_Natural, // top screen above bottom screen always
|
screenLayout_Natural, // top screen above bottom screen always
|
||||||
screenLayout_Horizontal,
|
|
||||||
screenLayout_Vertical,
|
screenLayout_Vertical,
|
||||||
|
screenLayout_Horizontal,
|
||||||
screenLayout_Hybrid,
|
screenLayout_Hybrid,
|
||||||
screenLayout_MAX,
|
screenLayout_MAX,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue