diff -r 5315654608de -r 08c6ee43b396 idlehomescreen/inc/xnproperty.h --- a/idlehomescreen/inc/xnproperty.h Thu Jan 07 12:39:41 2010 +0200 +++ b/idlehomescreen/inc/xnproperty.h Mon Jan 18 20:10:36 2010 +0200 @@ -46,28 +46,29 @@ _LIT8(KPCData, "pcdata"); _LIT8(KFocusable, "focusable"); _LIT8(KInitialFocus, "_s60-initial-focus"); + _LIT8(KFocusAppearance, "_s60-focus-appearance"); _LIT8(KDisabled, "disabled"); // _LIT8(KLocked, "locked"); // _LIT8(KStyleLocked, "stylelocked"); _LIT8(KLongTap, "_s60-longtap"); _LIT8(KSwipe, "swipe"); - _LIT8(KSwipeDestination, "swipe_destination"); + _LIT8(KSwipeDestination, "_s60-swipe-destination"); _LIT8(KBackgroundMask, "backgroundmask" ); _LIT8(KStylusStates, "stylusstates"); - _LIT8(KTouchFeedbackDown, "touchfeedbackdown"); + /*_LIT8(KTouchFeedbackDown, "touchfeedbackdown"); _LIT8(KTouchFeedbackUp, "touchfeedbackup"); _LIT8(KTouchFeedbackDrag, "touchfeedbackdrag"); - _LIT8(KTouchFeedbackLongTap, "touchfeedbacklongtap"); - _LIT8(KEventFilter, "eventfilter"); + _LIT8(KTouchFeedbackLongTap, "touchfeedbacklongtap");*/ + _LIT8(KEventFilter, "eventfilter"); _LIT8(KEffectId, "effectid"); _LIT8(KKeyMoveMode, "keymovemode"); _LIT8(KSizeAware, "sizeaware"); _LIT8(KVisualisationAware, "visualisationaware"); - namespace touchfeedback + /*namespace touchfeedback { _LIT8(KFeedbackBasic, "basic"); _LIT8(KFeedbackSensitive, "sensitive"); - } + }*/ } namespace tooltip {