Lab color numbers in navigator, on behalf of Jacques; see issue #627

This commit is contained in:
Oliver Duis
2011-04-18 09:54:07 +02:00
parent cfbd175e4d
commit a6370306f7
4 changed files with 91 additions and 31 deletions

View File

@@ -22,7 +22,8 @@
class PointerMotionListener {
public:
virtual void pointerMoved (bool validPos, int x, int y, int r, int g, int b) {}
// virtual void pointerMoved (bool validPos, int x, int y, int r, int g, int b) {}
virtual void pointerMoved (bool validPos, Glib::ustring profile, int x, int y, int r, int g, int b) {}
};
#endif