Ignore:
Timestamp:
04/19/08 21:25:41 (5 years ago)
Author:
sam
Message:
  • Changed most of the long ints in the API into C99 types. WARNING: this completely breaks compatibility with previous versions of libcaca on 64-bit systems.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca/event.c

    r2299 r2303  
    216216 *  \return The key's Unicode value. 
    217217 */ 
    218 unsigned long int caca_get_event_key_utf32(caca_event_t const *ev) 
     218uint32_t caca_get_event_key_utf32(caca_event_t const *ev) 
    219219{ 
    220220    return ((caca_privevent_t const *)ev)->data.key.utf32; 
Note: See TracChangeset for help on using the changeset viewer.