diff -r a3a1ae9acec6 -r da5135c61bad emailuis/emailui/inc/FreestyleEmailUiTextureManager.h --- a/emailuis/emailui/inc/FreestyleEmailUiTextureManager.h Mon Mar 15 12:39:10 2010 +0200 +++ b/emailuis/emailui/inc/FreestyleEmailUiTextureManager.h Wed Mar 31 21:08:33 2010 +0300 @@ -50,6 +50,7 @@ EListTextureControlButton, EListTextureMailboxDefaultIcon, EListTextureNewEmailDefaultIcon, + EListTextureCreateNewMessageIcon, EListControlBarMailboxDefaultIcon, EBackgroundTextureViewerHeading, EBackgroundTextureBar, @@ -209,7 +210,9 @@ EAttachmentsSaveAll, EAttachmentsCancelAll, EAttachmentsViewAll, - + + EMarkingModeBackgroundIcon, + // TEXTURE COUNT ETextureCount, @@ -268,6 +271,9 @@ // Get new mail list separator brush // Ownership IS transferred to caller. CAlfFrameBrush* NewMailListSeparatorBgBrushLC(); + // Get marking mode background brush + // Ownership IS transferred to caller. + CAlfImageBrush* NewMailListMarkingModeBgBrushLC(); // Get new mail list separator brush // Ownership IS transferred to caller. CAlfImageBrush* NewControlBarListBgBrushLC();