summaryrefslogtreecommitdiffstats
path: root/client/windows/red_pixmap_sw.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
| | | | Remove any blank lines at the end of all source files
* client/windows: arraysize(inf.bmiColors) == 1 in mingw32Alon Levy2012-01-131-0/+3
|
* s/USE_OGL/USE_OPENGLChristophe Fergeau2011-05-031-2/+2
| | | | This is more explicit about what it does, and not much longer
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* mingw32 build: add missing switch flags (nop)Alon Levy2010-12-081-0/+4
|
* Remove all mentions of "cairo" from the codeAlexander Larsson2010-05-031-0/+111
The command line option is renamed from "cairo" to "sw", and similarly all filenames and types from Cairo to Sw (and similar).