summaryrefslogtreecommitdiffstats
path: root/client/common.h
Commit message (Collapse)AuthorAgeFilesLines
* client/windows: init PACKAGE_VERSIONArnon Gilboa2011-05-241-0/+2
| | | | | in windows, we set PACKAGE_VERSION to the binary version since we don't have config.h as generated by linux configure
* client: fix broken vs2008 buildAlon Levy2011-01-271-1/+10
|
* client: Include config.h from common.hAlexander Larsson2010-09-291-0/+4
| | | | | config.h should be availible everywhere, so move its inclusion to the top of common.h.
* Make opengl optional, disabled by defaultAlexander Larsson2010-06-211-0/+2
| | | | | | | | | | The OpenGL renderer isn't really useful right now, its not quite up to date, its not really faster than software and it only supports a limited subset of drivers. So, lets disable it for now. Long term opengl rendering of the 2d part of spice is important if we want to combine 2d and 3d rendering (say if spice adds opengl support in the protocol). But until then this is isn't useful for normal use.
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* Use standard int types and <spice/types.h>Alexander Larsson2010-02-041-2/+1
|
* fresh startYaniv Kamay2009-10-141-0/+63