imtk

diff src/draw.h @ 19:11da537aeba6

blah
author John Tsiombikas <nuclear@siggraph.org>
date Tue, 26 Apr 2011 22:53:21 +0300
parents 737e9047d9c9
children
line diff
     1.1 --- a/src/draw.h	Mon Apr 25 08:54:05 2011 +0300
     1.2 +++ b/src/draw.h	Tue Apr 26 22:53:21 2011 +0300
     1.3 @@ -14,9 +14,9 @@
     1.4  };
     1.5  
     1.6  void imtk_draw_rect(int x, int y, int w, int h, float *ctop, float *cbot);
     1.7 +void imtk_draw_frame(int x, int y, int w, int h, int style);
     1.8  void imtk_draw_disc(int x, int y, float rad, int subdiv, float *ctop, float *cbot);
     1.9 -
    1.10 -void imtk_draw_frame(int x, int y, int w, int h, int style);
    1.11 +void imtk_draw_disc_frame(int x, int y, float inner, float outer, int subdiv, int style);
    1.12  void imtk_draw_string(int x, int y, const char *str);
    1.13  int imtk_string_size(const char *str);
    1.14