зеркало из https://github.com/mozilla/gecko-dev.git
Bug 737675 - Implement -moz-touch-enabled for Android and Gonk. r=mwu
This commit is contained in:
Родитель
6669b8ff99
Коммит
3379bc07b0
|
@ -423,8 +423,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult)
|
|||
aResult = eScrollThumbStyle_Proportional;
|
||||
break;
|
||||
|
||||
case eIntID_WindowsDefaultTheme:
|
||||
case eIntID_TouchEnabled:
|
||||
aResult = 1;
|
||||
break;
|
||||
|
||||
case eIntID_WindowsDefaultTheme:
|
||||
case eIntID_MaemoClassic:
|
||||
case eIntID_WindowsThemeIdentifier:
|
||||
aResult = 0;
|
||||
|
|
|
@ -367,8 +367,11 @@ nsLookAndFeel::GetIntImpl(IntID aID, PRInt32 &aResult)
|
|||
aResult = eScrollThumbStyle_Proportional;
|
||||
break;
|
||||
|
||||
case eIntID_WindowsDefaultTheme:
|
||||
case eIntID_TouchEnabled:
|
||||
aResult = 1;
|
||||
break;
|
||||
|
||||
case eIntID_WindowsDefaultTheme:
|
||||
case eIntID_MaemoClassic:
|
||||
case eIntID_WindowsThemeIdentifier:
|
||||
aResult = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче