X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=5f56f9e1d33e103ac0bf912b7f6584d0e45b516d;hb=bc2bc12125d6c223d2935557e01926fe21166e38;hp=d640ad2386ce7a4fefa4bdda725fb35485302297;hpb=542e50a284c7f5b144a5c97c17f6d89b2af0175c;p=chaz%2Fyoink diff --git a/src/Moof/Video.hh b/src/Moof/Video.hh index d640ad2..5f56f9e 100644 --- a/src/Moof/Video.hh +++ b/src/Moof/Video.hh @@ -128,6 +128,9 @@ public: void makeActive(); void swap(); + int getWidth() const; + int getHeight() const; + struct Exception : public Mf::Exception {