X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=widgets.cpp;h=87260215e2b1b4bb3f2e916c98e9e1d4adb37a37;hp=1c7313669f0c1211044bc5a4ee6407d85ddf8691;hb=refs%2Fheads%2Fepoxy;hpb=37f56fcbe571b2322243f6de59494bf9e0cbb37a diff --git a/widgets.cpp b/widgets.cpp index 1c73136..8726021 100644 --- a/widgets.cpp +++ b/widgets.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include "widgets.h" @@ -6,6 +6,8 @@ #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