branch | RCL_3 |
changeset 13 | a2f9480e2280 |
parent 5 | 800e0f20cfe9 |
child 24 | e4e3998ddda2 |
11:33ddb261ab37 | 13:a2f9480e2280 |
---|---|
117 |
117 |
118 /** |
118 /** |
119 * Wallpaper cache size |
119 * Wallpaper cache size |
120 */ |
120 */ |
121 TInt iCacheSize; |
121 TInt iCacheSize; |
122 |
|
123 /** |
|
124 * Portait wallpaper size |
|
125 */ |
|
126 TSize iPrtSize; |
|
127 |
|
128 /** |
|
129 * Landscape wallpaper size |
|
130 */ |
|
131 TSize iLscSize; |
|
132 }; |
122 }; |
133 |
123 |
134 #endif |
124 #endif |
135 |
125 |
136 // End of File |
126 // End of File |