rdesktop/uiports
Henrik Andersson 032d67f6ac Remove global variable g_bitmap_compression
g_bitmap_compression is a global variable scattered through the code
but only accessed and used in one place; rdp_out_bitmap_caps().
Demoted it to localvariable and replaced with hardcoded value.
2017-10-16 15:34:47 +02:00
..
makefile_nanox Applied patch 1242734 2005-08-23 20:12:50 +00:00
makefile_qt makefile update 2007-02-10 08:14:37 +00:00
makefile_qte some qte cleanups 2005-04-10 01:27:27 +00:00
makefile_svga get svga uiport compiling 2007-06-06 05:59:53 +00:00
makefile_xxx RD_ prefix 2007-01-17 20:02:45 +00:00
nanoxreadme.txt add nanox notes 2005-09-21 23:37:09 +00:00
nanoxwin.c Remove global variable g_bitmap_compression 2017-10-16 15:34:47 +02:00
qtereadme.txt some qte cleanups 2005-04-10 01:27:27 +00:00
qtewin.cpp Remove global variable g_bitmap_compression 2017-10-16 15:34:47 +02:00
qtewin.h added 16 bit color and sound and command line params to qte and other cleanups 2004-10-04 03:24:09 +00:00
qtreadme.txt added makefile_qt and new orders to qt uiport 2005-03-13 06:00:56 +00:00
qtwin.cpp Remove global variable g_bitmap_compression 2017-10-16 15:34:47 +02:00
qtwin.h added sound 2005-04-04 02:06:24 +00:00
readme.txt add nanox notes 2005-09-21 23:37:09 +00:00
svgareadme.txt added makefile and keyboard work from peter 2005-02-07 00:54:10 +00:00
svgawin.c Remove global variable g_bitmap_compression 2017-10-16 15:34:47 +02:00
xxxwin.c Remove global variable g_bitmap_compression 2017-10-16 15:34:47 +02:00

This directory contains information on uiports.
uiports are different graphics libraries using the same core
rdesktop files.

This directory is provided to include information and examples
on how to do a new uiport.  Not all ports of rdesktop can
be included.

see xxxreadme.txt for info on a blank empty uiport

see qtreadme.txt for info on the Qt/X11 uiport

see qtereadme.txt for info on the Qt embeded uiport

see svgareadme.txt for info on the svga uiport

see nanoxreadme.txt for info on the nanox uiport