qvolray

diff src/volray.h @ 28:aeef3c2ae472

the slice widget works fine
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 16:35:30 +0300
parents 53aca4775514
children 93d889a3726a
line diff
     1.1 --- a/src/volray.h	Sat Apr 14 06:37:31 2012 +0300
     1.2 +++ b/src/volray.h	Sat Apr 14 16:35:30 2012 +0300
     1.3 @@ -18,6 +18,7 @@
     1.4  
     1.5  void volray_resize(int xsz, int ysz);
     1.6  void volray_draw();
     1.7 +void volray_draw_slice();
     1.8  
     1.9  void volray_mouse(int bn, int state, int x, int y);
    1.10  void volray_motion(int x, int y);