X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=widgets.cpp;h=3bf53c77e428530dc5b731f33460077b35db2f27;hp=5742e457a8117f9690de9c9aeec852e62a3a4f67;hb=131e7179b596f8268fd80c32312849da83581e55;hpb=29072985d0a00a53e5b578a1444cee61a0c9e1f2 diff --git a/widgets.cpp b/widgets.cpp index 5742e45..3bf53c7 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -1,11 +1,13 @@ -#include #include +#include #include "widgets.h" #include "util.h" #define HSV_WHEEL_SIZE 128 +namespace movit { + GLuint hsv_wheel_num; void draw_hsv_wheel(float y, float rad, float theta, float value) @@ -155,3 +157,5 @@ void read_colorwheel(float xf, float yf, float *rad, float *theta, float *value) } } + +} // namespace movit