diff -r a359256acfc6 -r c8a366e56285 widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h --- a/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h Thu Aug 27 07:44:59 2009 +0300 +++ b/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h Thu Sep 24 12:53:48 2009 +0300 @@ -37,4 +37,7 @@ // Valid values: 0 = no prompt, 1 = prompt const TUint32 KWidgetSecurityPromptUntrustedInstall = 0x00000004; +// The setting to define the cursor show mode inside widgets +// Valid values: 0 = not showing the cursor, 1 = cursor shown +const TUint32 KWidgetCursorShowMode = 0x00000005; #endif