Witold Filipczyk
|
2e721e051a
|
template -> template_ for C++ compatibility
|
2016-04-20 18:05:00 +02:00 |
|
Laurent MONIN
|
bc498c00da
|
struct text_style_color fg,bg -> foreground, background
|
2007-10-12 16:41:06 +02:00 |
|
Laurent MONIN
|
944a8e7bd9
|
style.(fg|bg) -> style.color.(fg|bg)
Introduce INIT_TEXT_STYLE() macro to initialize struct text_style.
|
2007-10-10 14:59:15 +02:00 |
|
Petr Baudis
|
db9431465f
|
document: Move text_style-related stuff to dedicated format.*
We will need to include it from options.h and the include chain just
wouldn't work. And it feels like a hack to have it in renderer.h anyway.
|
2007-08-28 21:05:00 +02:00 |
|