diff options
author | dscho <dscho> | 2003-02-08 14:31:01 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-08 14:31:01 +0000 |
commit | 980f062a0613e28b79fd175808a6384841bf96d7 (patch) | |
tree | b1915b7ae5bde9da194ab9f174d82c8d5d54c446 | |
parent | e1d563f8b7d441f6b88ba810b881389775056ffc (diff) | |
download | libtdevnc-980f062a0613e28b79fd175808a6384841bf96d7.tar.gz libtdevnc-980f062a0613e28b79fd175808a6384841bf96d7.zip |
missing files
-rw-r--r-- | contrib/.cvsignore | 4 | ||||
-rw-r--r-- | examples/.cvsignore | 2 | ||||
-rw-r--r-- | examples/blooptest.c | 2 | ||||
-rw-r--r-- | examples/sratest.c | 2 | ||||
-rw-r--r-- | include/.cvsignore | 4 |
5 files changed, 14 insertions, 0 deletions
diff --git a/contrib/.cvsignore b/contrib/.cvsignore new file mode 100644 index 0000000..ad5bbda --- /dev/null +++ b/contrib/.cvsignore @@ -0,0 +1,4 @@ +Makefile.in +x11vnc +zippy + diff --git a/examples/.cvsignore b/examples/.cvsignore index 3f3b7a7..3970691 100644 --- a/examples/.cvsignore +++ b/examples/.cvsignore @@ -6,3 +6,5 @@ pnmshow24 sratest storepasswd vncev +Makefile.in + diff --git a/examples/blooptest.c b/examples/blooptest.c new file mode 100644 index 0000000..f0e411c --- /dev/null +++ b/examples/blooptest.c @@ -0,0 +1,2 @@ +#define BACKGROUND_LOOP_TEST +#include "example.c" diff --git a/examples/sratest.c b/examples/sratest.c new file mode 100644 index 0000000..faa2218 --- /dev/null +++ b/examples/sratest.c @@ -0,0 +1,2 @@ +#define SRA_TEST +#include "../sraRegion.c" diff --git a/include/.cvsignore b/include/.cvsignore new file mode 100644 index 0000000..ba2c70c --- /dev/null +++ b/include/.cvsignore @@ -0,0 +1,4 @@ +rfbconfig.h +rfbconfig.h.in +stamp-h1 + |