Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef SP_PUBLIC_H
  2. #define SP_PUBLIC_H
  3.  
  4. struct pipe_screen;
  5. struct sw_winsys;
  6.  
  7. struct pipe_screen *
  8. softpipe_create_screen(struct sw_winsys *winsys);
  9.  
  10. #endif
  11.