1,554
edits
(Split constants into predefined and true constants) |
(Add XxH to evaluation precedence) |
||
Line 12: | Line 12: | ||
* [XxY] -- universal one which can be used for any resolution | * [XxY] -- universal one which can be used for any resolution | ||
* [640xY] -- could be used for 640x400 and 640x480 | * [640xY] -- could be used for 640x400 and 640x480 | ||
* [Xx400] -- could be used for 640x400 only (or any other resolution with height 400) | |||
* [640x480] -- could be used for 640x480 only | * [640x480] -- could be used for 640x480 only | ||
Line 157: | Line 158: | ||
## [XxY] | ## [XxY] | ||
## [640xY] | ## [640xY] | ||
## [Xx480] | |||
## [640x480] | ## [640x480] | ||
# Custom theme | # Custom theme | ||
## [XxY] | ## [XxY] | ||
## [640xY] | ## [640xY] | ||
## [Xx480] | |||
## [640x480] | ## [640x480] | ||