Subversion Repositories freemyipod

Rev

Rev 504 | Rev 527 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 504 Rev 509
Line 28... Line 28...
28
#include "../libui.h"
28
#include "../libui.h"
29
#include "../blend.h"
29
#include "../blend.h"
30
#include "../chooser.h"
30
#include "../chooser.h"
31
#include "../chooser_action_handler_wheel.h"
31
#include "../chooser_action_handler_wheel.h"
32
#include "../chooser_renderer_list.h"
32
#include "../chooser_renderer_list.h"
-
 
33
#include "../chooser_renderer_iconflow.h"
33
 
34
 
34
 
35
 
35
/* increase this every time the api struct changes */
36
/* increase this every time the api struct changes */
36
#define LIBUI_API_VERSION 1
37
#define LIBUI_API_VERSION 1
37
 
38
 
Line 51... Line 52...
51
    typeof(blendcolor)* blendcolor;
52
    typeof(blendcolor)* blendcolor;
52
    typeof(mattecolor)* mattecolor;
53
    typeof(mattecolor)* mattecolor;
53
    typeof(chooser_run)* chooser_run;
54
    typeof(chooser_run)* chooser_run;
54
    typeof(chooser_action_handler_wheel)* chooser_action_handler_wheel;
55
    typeof(chooser_action_handler_wheel)* chooser_action_handler_wheel;
55
    typeof(chooser_renderer_list)* chooser_renderer_list;
56
    typeof(chooser_renderer_list)* chooser_renderer_list;
-
 
57
    typeof(chooser_renderer_iconflow)* chooser_renderer_iconflow;
56
};
58
};
57
 
59
 
58
#endif
60
#endif