summaryrefslogtreecommitdiffstats
path: root/libvncserver/zywrletemplate.c
Commit message (Collapse)AuthorAgeFilesLines
* ZYWRLE brown paper bag fixdscho2008-01-301-2/+4
| | | | | | | | | | While adjusting the coding style, three stupid mistakes happened. The quality is _not_ just 1, 2, 3, but really 1, 3, 2. And the macros ZYWRLE_PACK_COEFF() and ZYWRLE_UNPACK_COEFF() expand to more than one statement, which means that we need curly brackets around them when they are in an if clause. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-0/+815
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>