Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
fd96c5e8
Commit
fd96c5e8
authored
Feb 09, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed sraRegion to rfbregion and put it in include/; will be installed now
parent
75484911
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
9 deletions
+11
-9
Makefile.am
Makefile.am
+3
-4
Makefile.am
examples/Makefile.am
+1
-1
regiontest.c
examples/regiontest.c
+3
-0
rfbregion.h
include/rfbregion.h
+0
-0
main.c
main.c
+1
-1
rfbregion.c
rfbregion.c
+1
-1
rfbserver.c
rfbserver.c
+1
-1
translate.c
translate.c
+1
-1
No files found.
Makefile.am
View file @
fd96c5e8
...
...
@@ -4,10 +4,9 @@ DIST_SUBDIRS=examples contrib
bin_SCRIPTS
=
libvncserver-config
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
\
include/default8x16.h
\
noinst_HEADERS
=
d3des.h zrleDecode.h zrleEncode.h include/default8x16.h
\
rdr/Exception.h rdr/FdInStream.h rdr/FdOutStream.h
\
rdr/FixedMemOutStream.h rdr/InStream.h rdr/MemInStream.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
\
tableinitcmtemplate.c tabletrans24template.c
$(ZRLE_SRCS)
LIB_SRCS
=
main.c rfbserver.c
sraR
egion.c auth.c sockets.c
\
LIB_SRCS
=
main.c rfbserver.c
rfbr
egion.c auth.c sockets.c
\
stats.c corre.c hextile.c rre.c translate.c cutpaste.c
\
zlib.c tight.c httpd.c cursor.c font.c
\
draw.c selbox.c d3des.c vncauth.c cargs.c
...
...
examples/Makefile.am
View file @
fd96c5e8
...
...
@@ -4,7 +4,7 @@ endif
noinst_HEADERS
=
radon.h
noinst_PROGRAMS
=
example pnmshow
sra
test pnmshow24 fontsel
\
noinst_PROGRAMS
=
example pnmshow
region
test pnmshow24 fontsel
\
vncev storepasswd
$(BACKGROUND_TEST)
LDADD
=
-L
..
-lvncserver
...
...
examples/
sra
test.c
→
examples/
region
test.c
View file @
fd96c5e8
#define SRA_TEST
#include "../sraRegion.c"
#include "../rfbregion.c"
sraR
egion.h
→
include/rfbr
egion.h
View file @
fd96c5e8
File moved
main.c
View file @
fd96c5e8
...
...
@@ -11,7 +11,7 @@
*/
#include "rfb.h"
#include "
sraR
egion.h"
#include "
rfbr
egion.h"
#include <stdarg.h>
#include <errno.h>
...
...
sraR
egion.c
→
rfbr
egion.c
View file @
fd96c5e8
...
...
@@ -6,7 +6,7 @@
*/
#include "rfb.h"
#include "
sraR
egion.h"
#include "
rfbr
egion.h"
/* -=- Internal Span structure */
...
...
rfbserver.c
View file @
fd96c5e8
...
...
@@ -26,7 +26,7 @@
#include <string.h>
#include "rfb.h"
#include "
sraR
egion.h"
#include "
rfbr
egion.h"
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
...
...
translate.c
View file @
fd96c5e8
...
...
@@ -24,7 +24,7 @@
*/
#include "rfb.h"
#include "
sraR
egion.h"
#include "
rfbr
egion.h"
static
void
PrintPixelFormat
(
rfbPixelFormat
*
pf
);
static
Bool
rfbSetClientColourMapBGR233
(
rfbClientPtr
cl
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment