2c2
< * Copyright (c) 2010 ARM Limited
---
> * Copyright (c) 2010, 2015 ARM Limited
50d49
< #include "base/vnc/convert.hh"
308,319c307
< public:
< /** The frame buffer uses this call to notify the vnc server that
< * the frame buffer has been updated and a new image needs to be sent to the
< * client
< */
< void
< setDirty()
< {
< VncInput::setDirty();
< sendUpdate = true;
< sendFrameBufferUpdate();
< }
---
> static const PixelConverter pixelConverter;
321,325c309,311
< /** Set the mode of the data the frame buffer will be sending us
< * @param mode the mode
< */
< void setFrameBufferParams(VideoConvert::Mode mode, uint16_t width,
< uint16_t height);
---
> public:
> void setDirty() M5_ATTR_OVERRIDE;
> void frameBufferResized() M5_ATTR_OVERRIDE;