renamed sraRegion to rfbregion and put it in include/; will be installed now

pull/1/head
dscho 21 years ago
parent 75484911df
commit fd96c5e835

@ -4,10 +4,9 @@ DIST_SUBDIRS=examples contrib
bin_SCRIPTS = libvncserver-config bin_SCRIPTS = libvncserver-config
include_HEADERS=include/rfb.h include/rfbconfig.h include/rfbint.h include/rfbproto.h \ include_HEADERS=include/rfb.h include/rfbconfig.h include/rfbint.h include/rfbproto.h \
include/keysym.h include/keysym.h include/rfbregion.h
noinst_HEADERS=sraRegion.h d3des.h zrleDecode.h zrleEncode.h \ noinst_HEADERS=d3des.h zrleDecode.h zrleEncode.h include/default8x16.h \
include/default8x16.h \
rdr/Exception.h rdr/FdInStream.h rdr/FdOutStream.h \ rdr/Exception.h rdr/FdInStream.h rdr/FdOutStream.h \
rdr/FixedMemOutStream.h rdr/InStream.h rdr/MemInStream.h \ rdr/FixedMemOutStream.h rdr/InStream.h rdr/MemInStream.h \
rdr/MemOutStream.h rdr/NullOutStream.h rdr/OutStream.h \ rdr/MemOutStream.h rdr/NullOutStream.h rdr/OutStream.h \
@ -19,7 +18,7 @@ ZRLE_SRCS=zrle.cxx rdr/FdInStream.cxx rdr/FdOutStream.cxx rdr/InStream.cxx \
EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \ EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \
tableinitcmtemplate.c tabletrans24template.c $(ZRLE_SRCS) tableinitcmtemplate.c tabletrans24template.c $(ZRLE_SRCS)
LIB_SRCS = main.c rfbserver.c sraRegion.c auth.c sockets.c \ LIB_SRCS = main.c rfbserver.c rfbregion.c auth.c sockets.c \
stats.c corre.c hextile.c rre.c translate.c cutpaste.c \ stats.c corre.c hextile.c rre.c translate.c cutpaste.c \
zlib.c tight.c httpd.c cursor.c font.c \ zlib.c tight.c httpd.c cursor.c font.c \
draw.c selbox.c d3des.c vncauth.c cargs.c draw.c selbox.c d3des.c vncauth.c cargs.c

@ -4,7 +4,7 @@ endif
noinst_HEADERS=radon.h noinst_HEADERS=radon.h
noinst_PROGRAMS=example pnmshow sratest pnmshow24 fontsel \ noinst_PROGRAMS=example pnmshow regiontest pnmshow24 fontsel \
vncev storepasswd $(BACKGROUND_TEST) vncev storepasswd $(BACKGROUND_TEST)
LDADD = -L.. -lvncserver LDADD = -L.. -lvncserver

@ -0,0 +1,3 @@
#define SRA_TEST
#include "../rfbregion.c"

@ -1,2 +0,0 @@
#define SRA_TEST
#include "../sraRegion.c"

@ -11,7 +11,7 @@
*/ */
#include "rfb.h" #include "rfb.h"
#include "sraRegion.h" #include "rfbregion.h"
#include <stdarg.h> #include <stdarg.h>
#include <errno.h> #include <errno.h>

@ -6,7 +6,7 @@
*/ */
#include "rfb.h" #include "rfb.h"
#include "sraRegion.h" #include "rfbregion.h"
/* -=- Internal Span structure */ /* -=- Internal Span structure */

@ -26,7 +26,7 @@
#include <string.h> #include <string.h>
#include "rfb.h" #include "rfb.h"
#include "sraRegion.h" #include "rfbregion.h"
#ifdef HAVE_FCNTL_H #ifdef HAVE_FCNTL_H
#include <fcntl.h> #include <fcntl.h>

@ -24,7 +24,7 @@
*/ */
#include "rfb.h" #include "rfb.h"
#include "sraRegion.h" #include "rfbregion.h"
static void PrintPixelFormat(rfbPixelFormat *pf); static void PrintPixelFormat(rfbPixelFormat *pf);
static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl); static Bool rfbSetClientColourMapBGR233(rfbClientPtr cl);

Loading…
Cancel
Save