epoc32/include/mw/eikon.rh
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    17     STRUCT btg_buttons[];
    17     STRUCT btg_buttons[];
    18     }/*
    18     }/*
    19 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
    19 * Copyright (c) 1997-1999 Nokia Corporation and/or its subsidiary(-ies).
    20 * All rights reserved.
    20 * All rights reserved.
    21 * This component and the accompanying materials are made available
    21 * This component and the accompanying materials are made available
    22 * under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
    22 * under the terms of "Eclipse Public License v1.0"
    23 * which accompanies this distribution, and is available
    23 * which accompanies this distribution, and is available
    24 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    24 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 *
    25 *
    26 * Initial Contributors:
    26 * Initial Contributors:
    27 * Nokia Corporation - initial contribution.
    27 * Nokia Corporation - initial contribution.
    28 *
    28 *
    29 * Contributors:
    29 * Contributors:
  1262     LLINK pressSkinIdMinor=0;
  1262     LLINK pressSkinIdMinor=0;
  1263     LLINK hoverSkinIdMajor=0;
  1263     LLINK hoverSkinIdMajor=0;
  1264     LLINK hoverSkinIdMinor=0;
  1264     LLINK hoverSkinIdMinor=0;
  1265     }
  1265     }
  1266 
  1266 
  1267 #ifdef FF_AVKON_EMOTION_ICON_ENABLED
       
  1268     
       
  1269 // SMILEY.RH
       
  1270 //
       
  1271 STRUCT SMILEY_ICON_ITEM
       
  1272     {
       
  1273     WORD animation = 0;
       
  1274     WORD code = 0;
       
  1275     LONG smileyIconId = 0;
       
  1276     LONG smileyMaskId = 0;
       
  1277     LTEXT strings = "";
       
  1278     }
       
  1279     
       
  1280 STRUCT SMILEY_ICON_INFO
       
  1281     {
       
  1282     STRUCT items[]; // SMILEY_ICON_ITEM
       
  1283     }
       
  1284 
       
  1285 #endif