aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/software_mouse_pointer.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/software_mouse_pointer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menu/software_mouse_pointer.hpp b/src/menu/software_mouse_pointer.hpp
index 29bc2995..bb4db608 100644
--- a/src/menu/software_mouse_pointer.hpp
+++ b/src/menu/software_mouse_pointer.hpp
@@ -30,6 +30,7 @@
#include "event_manager.hpp"
#include "texture.hpp"
#include "timer.hpp"
+#include "utils/rgba_color.hpp"
#include <boost/signals2.hpp>
#include <GL/gl.h>
@@ -40,8 +41,8 @@ namespace usdx
{
private:
GLfloat vertices[8];
- GLubyte color[16];
GLfloat texture[8];
+ RgbaColor color;
Texture* texture_normal;
Texture* texture_pressed;