2014-06-05 15:12:49 +00:00
|
|
|
#include "CanvasLiveClient.h"
|
|
|
|
|
2015-11-09 21:30:46 +00:00
|
|
|
CanvasLiveClient::CanvasLiveClient() {
|
2014-06-05 15:12:49 +00:00
|
|
|
}
|
|
|
|
|
2015-11-09 21:30:46 +00:00
|
|
|
void CanvasLiveClient::canvasResized(int, int) {
|
2014-06-05 15:12:49 +00:00
|
|
|
}
|
|
|
|
|
2015-11-09 21:30:46 +00:00
|
|
|
void CanvasLiveClient::canvasCleared(const Color &) {
|
2014-06-05 15:12:49 +00:00
|
|
|
}
|
|
|
|
|
2015-11-09 21:30:46 +00:00
|
|
|
void CanvasLiveClient::canvasPainted(int, int, const Color &) {
|
2014-06-05 15:12:49 +00:00
|
|
|
}
|