X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsImageXPM.h;h=01b720d40b36cab4cfd1e97967b5857c39d68102;hb=f643df79a890ec4bc2eb05a3fd3d349ba3994f96;hp=ce4eccbcd6b7ab098624b1d8dc38377ac6dc878b;hpb=888532c465863dc2e1591524bc0815e029c6b99a;p=lyx.git diff --git a/src/graphics/GraphicsImageXPM.h b/src/graphics/GraphicsImageXPM.h index ce4eccbcd6..01b720d40b 100644 --- a/src/graphics/GraphicsImageXPM.h +++ b/src/graphics/GraphicsImageXPM.h @@ -5,7 +5,7 @@ * Read the file COPYING * * \author Baruch Even - * \author Angus Leeming + * \author Angus Leeming * * An instantiation of Image that makes use of libXPM to load and store * the image in memory. @@ -48,6 +48,8 @@ public: /// Get the image height unsigned int getHeight() const; + bool isDrawable() const; + /** Load the image file into memory. * In this case (ImageXPM), the process is blocking. */