glviewvol

diff src/xfer_view.h @ 14:0d2447b9c512

did the histogram... doesn't seem to work right
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 01 Jan 2015 06:36:45 +0200
parents 773f89037a35
children
line diff
     1.1 --- a/src/xfer_view.h	Wed Dec 31 07:57:42 2014 +0200
     1.2 +++ b/src/xfer_view.h	Thu Jan 01 06:36:45 2015 +0200
     1.3 @@ -18,11 +18,14 @@
     1.4  #ifndef XFER_VIEW_H_
     1.5  #define XFER_VIEW_H_
     1.6  
     1.7 +#include "volume.h"
     1.8  #include "xfermap.h"
     1.9  
    1.10  bool xfview_init(TransferFunc *xfer);
    1.11  void xfview_destroy();
    1.12  
    1.13 +void xfview_set_volume(Volume *vol);
    1.14 +
    1.15  void xfview_draw();
    1.16  
    1.17  void xfview_button(int bn, int press, int x, int y);