[BACK]Return to todo.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/todo.txt between version 1.1 and 1.2

version 1.1, 1999/12/15 07:45:22 version 1.2, 1999/12/15 13:32:14
Line 1 
Line 1 
 $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  * We need a sample program that explains how to construct
     (OX_DATA,(CMO_INT,32))      (OX_DATA,(CMO_INT,32))
Line 10  $OpenXM$
Line 10  $OpenXM$
   
 * We also need a sample program that explains how to get  * We also need a sample program that explains how to get
   int, char *, and so on from the received data.    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?)
   
   
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>