X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=widgets.cpp;h=5742e457a8117f9690de9c9aeec852e62a3a4f67;hb=caa05550e868db406e4b54e69d60b5573f59cb60;hp=09d878ed4fa065ce1fb112b9d405d16335c34d3d;hpb=a04ce272078182de6bb49e5ea9834713f3d72cae;p=movit diff --git a/widgets.cpp b/widgets.cpp index 09d878e..5742e45 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -1,8 +1,5 @@ -#define GL_GLEXT_PROTOTYPES 1 - #include -#include -#include +#include #include "widgets.h" #include "util.h" @@ -133,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);