diff options
| author | dscho <dscho> | 2003-02-09 17:20:15 +0000 | 
|---|---|---|
| committer | dscho <dscho> | 2003-02-09 17:20:15 +0000 | 
| commit | fd96c5e835cfb64e454e189e4b481b0a7292f5e3 (patch) | |
| tree | c7ce92b7dc92e719493b050899327654e99b3eea /translate.c | |
| parent | 75484911df0bf1f92d36e4ac2c45d5585100483b (diff) | |
| download | libtdevnc-fd96c5e835cfb64e454e189e4b481b0a7292f5e3.tar.gz libtdevnc-fd96c5e835cfb64e454e189e4b481b0a7292f5e3.zip  | |
renamed sraRegion to rfbregion and put it in include/; will be installed now
Diffstat (limited to 'translate.c')
| -rw-r--r-- | translate.c | 2 | 
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);  | 
