summaryrefslogtreecommitdiffstats
path: root/translate.c
diff options
context:
space:
mode:
authordscho <dscho>2003-02-09 17:20:15 +0000
committerdscho <dscho>2003-02-09 17:20:15 +0000
commitfd96c5e835cfb64e454e189e4b481b0a7292f5e3 (patch)
treec7ce92b7dc92e719493b050899327654e99b3eea /translate.c
parent75484911df0bf1f92d36e4ac2c45d5585100483b (diff)
downloadlibtdevnc-fd96c5e8.tar.gz
libtdevnc-fd96c5e8.zip
renamed sraRegion to rfbregion and put it in include/; will be installed now
Diffstat (limited to 'translate.c')
-rw-r--r--translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.c b/translate.c
index 54a8e1b..7f665c2 100644
--- a/translate.c
+++ b/translate.c
@@ -24,7 +24,7 @@
*/
#include "rfb.h"
-#include "sraRegion.h"
+#include "rfbregion.h"
static void PrintPixelFormat(rfbPixelFormat *pf);
static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl);