URI:
       thwdraw.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       thwdraw.c (158B)
       ---
            1 #include <u.h>
            2 #include <libc.h>
            3 #include <draw.h>
            4 #include <memdraw.h>
            5 
            6 int
            7 hwdraw(Memdrawparam *p)
            8 {
            9         USED(p);
           10         return 0;        /* could not satisfy request */
           11 }