Changeset 1278 for libcaca


Ignore:
Timestamp:
Nov 5, 2006, 7:08:36 PM (17 years ago)
Author:
Sam Hocevar
Message:
  • Oops, fixed getChar's prototype.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/cucul++.h

    r1277 r1278  
    127127    void Printf(int x , int y , char const * format,...);
    128128    void putChar(int x, int y, unsigned long int ch);
    129     unsigned long int getChar(cucul_canvas_t *, int, int);
     129    unsigned long int getChar(int, int);
    130130    void putStr(int x, int y, char *str);
    131131    void Clear(void);
Note: See TracChangeset for help on using the changeset viewer.