Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu, r=ted

This commit is contained in:
Brad Lassey 2009-04-16 12:03:18 -04:00
parent 916f8a028e
commit bed8a86165

View File

@ -65,7 +65,7 @@ class nsDOMDataTransfer;
// mac uses click-hold context menus, a holdover from 4.x
// touch screens (like hildon) could use this also,
// perhaps we should move to NS_TOUCHSCREEN
#if defined(XP_MACOSX) || defined(NS_HILDON)
#if defined(XP_MACOSX) || defined(MOZ_PLATFORM_HILDON)
#define CLICK_HOLD_CONTEXT_MENUS 1
#endif