X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FVideo.hh;h=0199bc51dc43e3a38508fae9da2d81149b4a7ac0;hb=565445cda1dd3e9db8000c4a194831dc296a203d;hp=91eecb71d092537be39e12015e9fedfa0d13be97;hpb=e495074443d9fd7bc16137084cf9de3d031b75c4;p=chaz%2Fyoink diff --git a/src/Moof/Video.hh b/src/Moof/Video.hh index 91eecb7..0199bc5 100644 --- a/src/Moof/Video.hh +++ b/src/Moof/Video.hh @@ -35,6 +35,8 @@ #include +#include + namespace Mf { @@ -72,6 +74,10 @@ public: bool cursorGrab; Attributes(); + + private: + + Backend backend; }; @@ -134,6 +140,9 @@ private: }; +extern Video* video; + + } // namespace Mf #endif // _MOOF_VIDEO_HH_