зеркало из https://github.com/mozilla/gecko-dev.git
Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu r+sr=jst a=beltzner
This commit is contained in:
Родитель
0310bdcb87
Коммит
28cd7f678c
|
@ -63,7 +63,9 @@ class imgIContainer;
|
|||
class nsDOMDataTransfer;
|
||||
|
||||
// mac uses click-hold context menus, a holdover from 4.x
|
||||
#ifdef XP_MACOSX
|
||||
// touch screens (like hildon) could use this also,
|
||||
// perhaps we should move to NS_TOUCHSCREEN
|
||||
#if defined(XP_MACOSX) || defined(NS_HILDON)
|
||||
#define CLICK_HOLD_CONTEXT_MENUS 1
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче