home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / include / usplash / libusplash.h
Encoding:
C/C++ Source or Header  |  2006-08-23  |  647 b   |  20 lines

  1. void switch_console    (int vt);
  2.  
  3. void clear_screen      (void);
  4.  
  5. void clear_progressbar (void);
  6. void draw_progressbar  (int percentage);
  7.  
  8. void clear_text        (void);
  9. void draw_text         (const char *string, size_t len);
  10. void draw_line         (const char *string, size_t len);
  11. void draw_status       (const char *string, size_t len, int mode);
  12. int  usplash_setup     (int xres, int yres);
  13. void usplash_restore_console   (void);
  14. int strncspn (const char *s, size_t n, const char *reject);
  15.  
  16. extern struct usplash_theme testcard_theme;
  17. extern struct usplash_theme *theme;
  18. extern int usplash_xres, usplash_yres;
  19. extern int top_edge, left_edge;
  20.