diff --git a/CHANGES b/CHANGES index d0ad1ce..7952bef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + moved appropriate files to contrib/ and examples/ respectively fixed long standing cargs bug Even better x11vnc from Karl J. Runge! (supports different kbd layouts of client/server) diff --git a/example.c b/examples/example.c similarity index 100% rename from example.c rename to examples/example.c diff --git a/example.dsp b/examples/example.dsp similarity index 100% rename from example.dsp rename to examples/example.dsp diff --git a/fontsel.c b/examples/fontsel.c similarity index 100% rename from fontsel.c rename to examples/fontsel.c diff --git a/pnmshow.c b/examples/pnmshow.c similarity index 100% rename from pnmshow.c rename to examples/pnmshow.c diff --git a/pnmshow24.c b/examples/pnmshow24.c similarity index 100% rename from pnmshow24.c rename to examples/pnmshow24.c diff --git a/storepasswd.c b/examples/storepasswd.c similarity index 100% rename from storepasswd.c rename to examples/storepasswd.c diff --git a/vncev.c b/examples/vncev.c similarity index 100% rename from vncev.c rename to examples/vncev.c