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 /examples | |
parent | e1d563f8b7d441f6b88ba810b881389775056ffc (diff) | |
download | libtdevnc-980f062a0613e28b79fd175808a6384841bf96d7.tar.gz libtdevnc-980f062a0613e28b79fd175808a6384841bf96d7.zip |
missing files
Diffstat (limited to 'examples')
-rw-r--r-- | examples/.cvsignore | 2 | ||||
-rw-r--r-- | examples/blooptest.c | 2 | ||||
-rw-r--r-- | examples/sratest.c | 2 |
3 files changed, 6 insertions, 0 deletions
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" |