X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=91eecb71d092537be39e12015e9fedfa0d13be97;hp=193274f5fb5b7a82cee5611eb62d1e3bacc4c338;hb=e495074443d9fd7bc16137084cf9de3d031b75c4;hpb=c9e20ac06383b20ceb5404c9237e319c2e90d157 diff --git a/src/Moof/Video.hh b/src/Moof/Video.hh index 193274f..91eecb7 100644 --- a/src/Moof/Video.hh +++ b/src/Moof/Video.hh @@ -94,6 +94,8 @@ public: void setCaption(const std::string& caption); std::string getCaption() const; + const std::string& getIcon() const; + void setFull(bool full); void toggleFull(); bool isFull() const; @@ -110,7 +112,6 @@ public: void toggleCursorGrab(); bool isCursorGrab() const; - void makeActive(); void swap(); int getWidth() const;