Subversion Repositories freemyipod

Rev

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

Rev 651 Rev 655
Line 23... Line 23...
23
 
23
 
24
#include "emcorelib.h"
24
#include "emcorelib.h"
25
#include "export/libui.h"
25
#include "export/libui.h"
26
 
26
 
27
 
27
 
28
struct libui_api apitable =
28
static struct libui_api apitable =
29
{
29
{
30
    .fill = fill,
30
    .fill = fill,
31
    .blit = blit,
31
    .blit = blit,
32
    .blendcolor = blendcolor,
32
    .blendcolor = blendcolor,
33
    .mattecolor = mattecolor,
33
    .mattecolor = mattecolor,