=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/todo.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_toolkit/todo.txt 1999/12/15 07:45:22 1.1 +++ OpenXM/src/ox_toolkit/todo.txt 1999/12/15 13:32:14 1.2 @@ -1,4 +1,4 @@ -$OpenXM$ +$OpenXM: OpenXM/src/ox_toolkit/todo.txt,v 1.1 1999/12/15 07:45:22 takayama Exp $ * We need a sample program that explains how to construct (OX_DATA,(CMO_INT,32)) @@ -10,5 +10,17 @@ $OpenXM$ * We also need a sample program that explains how to get int, char *, and so on from the received data. + +* Sample ox_server: ox_X. + It accepts the following commands: + m setcolor + x y setpixel + x y moveto + x y lineto + clear + and draw pixels and lines on a window. + Reference: unkei:~taka/this/Joho/glib.c (How to use -lX11?) + +