Ignore:
Timestamp:
Jan 12, 2004, 6:30:09 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • src/graphics.c: + Implemented caca_set_title() for X11 and Win32.
  • examples/cacaview.c: + Use caca_set_title() to set the window title to "cacaview".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/caca.h

    r332 r343  
    246246unsigned int caca_get_width(void);
    247247unsigned int caca_get_height(void);
     248int caca_set_title(char const *);
    248249void caca_refresh(void);
    249250void caca_end(void);
Note: See TracChangeset for help on using the changeset viewer.