diff options
author | dscho <dscho> | 2001-10-13 15:14:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-10-13 15:14:27 +0000 |
commit | 9f07e222f828b7b2bf2775b9dc8cd18b22a829c1 (patch) | |
tree | 96d8ade36b70799217d3cfd9fb89193c2c1be7a0 /CHANGES | |
parent | ac263ce9aa1561847427b71298861594d8623e61 (diff) | |
download | libtdevnc-9f07e222f828b7b2bf2775b9dc8cd18b22a829c1.tar.gz libtdevnc-9f07e222f828b7b2bf2775b9dc8cd18b22a829c1.zip |
rfbSelectBox, consoleFonts, too many changes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ 0.2 + added rfbLoadConsoleFont + fixed font colour handling. + added rfbSelectBox + added rfbDrawCharWithClip to allow for clipping and a background colour. + fixed font colours + added rfbFillRect + added IO function to check password. rfbNewClient now sets the socket in the fd_set (for the select() call) when compiling the library with HAVE_PTHREADS and an application which includes "rfb.h" without, the structures got mixed up. |