home *** CD-ROM | disk | FTP | other *** search
/ Kyūkyoku!! X68000 Emulator / X68000Book.dat / mac / OLS / X68000 / Ko-Window / kow142s.lzh / wsrv / wlib / DrawSetClear.c < prev    next >
C/C++ Source or Header  |  1991-12-23  |  201b  |  16 lines

  1. /*
  2.  *        ò`ëµâpâëâüü[â^âZâbâg
  3.  */
  4.  
  5. #define    DRAW
  6. #include "draw.h"
  7.  
  8. void    DrawSetClear( buf, code )
  9. DrawBuf    *buf ;
  10. int        code ;
  11. {
  12.     buf->type = DrawClear ;
  13.     buf->option.clear.code = code ;
  14. }
  15.  
  16.