1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-10 10:35:46 +01:00

- Added example of using WMCOnnection for a server like program.

- Added README with a short description of what each example does.
This commit is contained in:
dan
2001-02-09 03:12:16 +00:00
parent 9d88b14f59
commit a1fb870fe8
6 changed files with 758 additions and 18 deletions

View File

@@ -1,21 +1,8 @@
/*
* WINGs connect.c: example how to create a network client using WMConnection
*
* Copyright (c) 1999 Dan Pascu
* Copyright (c) 1999-2001 Dan Pascu
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
@@ -168,7 +155,7 @@ main(int argc, char **argv) /*FOLD00*/
ProgName++;
host = NULL;
port = "7000";
port = "34567";
if (argc>1) {
for (i=1; i<argc; i++) {