Project

General

Profile

Revision 321

correcting some problems

View differences:

nothing.h
4 4
#include "nothing.xpm"
5 5
#include "graph.h"
6 6

  
7
basic_sprite_t* get_nothing(void){
8
    return basic_sprite_ctor((const char **)nothing_xpm, 34, 34);
7
static basic_sprite_t* get_nothing(void){
8
    return basic_sprite_ctor((const char *const *)nothing_xpm, 34, 34);
9 9
}
10 10

  
11 11
#endif //NOTHING_H_INCLUDED

Also available in: Unified diff