Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // 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
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #if !defined(__GULDEF_H__)
19 /** The sides on which borders can be adjacent.
25 /** Indicates that rectangle borders are not adjacent. */
27 /** Adjacent at the top. */
29 /** Adjacent at the bottom. */
31 /** Adjacent at the left. */
33 /** Adjacent at the right. */
37 /** Symbian light grey.
41 #define KRgbDitheredLightGray TRgb(204,204,204)
43 /** Symbian dithered grey.
47 #define KRgb1in4DitheredGray TRgb(238,238,238)
53 #define KRgbSymbianGreen TRgb(0,153,153)
55 /** Symbian light green.
59 #define KRgbSymbianGreenLight TRgb(0,183,183)
65 #define KRgbSymbianBlue TRgb(0,102,153)
67 /** Symbian dark blue.
71 #define KRgbSymbianBlueDark TRgb(0,72,123)
77 #define KRgbSymbianOrange TRgb(255,218,155)