Lab color numbers in navigator, on behalf of Jacques; see issue #627
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user