X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=widgets.cpp;h=5742e457a8117f9690de9c9aeec852e62a3a4f67;hp=fb49993b23349743e049c7fa4bcebb2c3acefded;hb=616432c0732b8e7780457a1b6320acb46daa9663;hpb=ab636361e865c389fe60584562372ec39ac4c511 diff --git a/widgets.cpp b/widgets.cpp index fb49993..5742e45 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -1,8 +1,8 @@ #include +#include #include "widgets.h" #include "util.h" -#include "opengl.h" #define HSV_WHEEL_SIZE 128 @@ -130,7 +130,6 @@ void make_hsv_wheel_texture() hsv_pix[(y * HSV_WHEEL_SIZE + x) * 4 + 3] = 255; } } - printf("\n"); } glBindTexture(GL_TEXTURE_2D, hsv_wheel_num);