]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/XPDFCore.h
Import of Xpdf 2.01 for merge
[evince.git] / pdf / xpdf / XPDFCore.h
index 348486f0ff9c786bfe8f994a98c40b6d638f8bb5..cf5308e37505daee74ce5ae1c458b6515761743f 100644 (file)
@@ -169,6 +169,7 @@ public:
   int getDrawAreaWidth() { return drawAreaWidth; }
   int getDrawAreaHeight() { return drawAreaHeight; }
   void setBusyCursor(GBool busy);
+  Cursor getBusyCursor() { return busyCursor; }
   void takeFocus();
   void enableHyperlinks(GBool on) { hyperlinksEnabled = on; }
   void enableSelect(GBool on) { selectEnabled = on; }