Subversion Repositories Kolibri OS

Rev

Rev 6457 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6457 Rev 6612
Line 19... Line 19...
19
  new_button -> identifier = identifier;
19
  new_button -> identifier = identifier;
20
  new_button -> XY = 0;
20
  new_button -> XY = 0;
21
  return new_button;
21
  return new_button;
22
}
22
}
Line -... Line 23...
-
 
23
 
23
 
24
__attribute__((__stdcall__))
24
void draw_button(kolibri_button *some_button)
25
static inline void draw_button(kolibri_button *some_button)
25
{
26
{
26
  define_button(some_button -> x65536sizex, some_button -> y65536sizey, some_button -> identifier, some_button -> color);
27
  define_button(some_button -> x65536sizex, some_button -> y65536sizey, some_button -> identifier, some_button -> color);
Line 27... Line 28...
27
}
28
}