istereo2

diff src/ui.cc @ 9:64e15874f3bd

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 26 Sep 2015 02:56:07 +0300
parents a3c4fcc9f8f3
children 03cc3b1884d1
line diff
     1.1 --- a/src/ui.cc	Thu Sep 24 07:09:37 2015 +0300
     1.2 +++ b/src/ui.cc	Sat Sep 26 02:56:07 2015 +0300
     1.3 @@ -2,6 +2,7 @@
     1.4  #include "ui.h"
     1.5  #include "goatkit/goatkit.h"
     1.6  #include "opengl.h"
     1.7 +#include "sanegl.h"
     1.8  #include "sdr.h"
     1.9  
    1.10  static goatkit::Screen scr;
    1.11 @@ -135,4 +136,4 @@
    1.12  void ui_motion(int x, int y)
    1.13  {
    1.14  	scr.sysev_mouse_motion((float)x / (float)width, (float)y / (float)height);
    1.15 -}
    1.16 \ No newline at end of file
    1.17 +}