Cleanup for last commit

This commit is contained in:
heckflosse
2017-06-25 21:42:43 +02:00
parent e4c75c4d38
commit ebbb44c3f5
4 changed files with 1 additions and 26 deletions

View File

@@ -509,7 +509,6 @@ protected:
public:
BackBuffer();
BackBuffer(int w, int h, Cairo::Format format = Cairo::FORMAT_RGB24);
BackBuffer(int w, int h, Glib::RefPtr<Gdk::Window> referenceWindow);
// set the destination drawing rectangle; return true if the dimensions are different
// Note: newW & newH must be > 0