X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=5f56f9e1d33e103ac0bf912b7f6584d0e45b516d;hp=d640ad2386ce7a4fefa4bdda725fb35485302297;hb=a4debfe4a5f5d339410788971b698ba00cb7f09c;hpb=542e50a284c7f5b144a5c97c17f6d89b2af0175c 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 {