summaryrefslogtreecommitdiff
path: root/client/windows/red_drawable.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-13Remove trailing blank linesDaniel P. Berrange1-1/+0
Remove any blank lines at the end of all source files
2011-05-03add #include <config.h> to all source filesChristophe Fergeau1-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
2010-04-13Relicense everything from GPL to LGPL 2.1+Alexander Larsson1-9/+9
2010-04-09spice: win32 client: fix gdi lockingIzik Eidus1-7/+7
While the fix could have been more effective, it seems like this patch stream better with the coding logic that was there..., maybe later we will want to change the locking into more effective way. (There is just the primary surface to protect in reiality) Signed-off-by: Izik Eidus <ieidus@redhat.com>
2010-02-04Rename symbols that were changed in spice-protocolAlexander Larsson1-6/+6
This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
2009-10-14fresh startYaniv Kamay1-0/+151