X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=framebuffer.hpp;h=3e4987564382d22f1b1a30e8ab117eb580296624;hb=5ea39fc96beb4f56198cfb975a6a37bbd61d10ed;hp=ee2557b9ff332d5e4b73565abf64967a849ecc93;hpb=fed762f0b70eeb556c4b1bd660beb129099e8068;p=videolink.git diff --git a/framebuffer.hpp b/framebuffer.hpp index ee2557b..3e49875 100644 --- a/framebuffer.hpp +++ b/framebuffer.hpp @@ -7,6 +7,7 @@ #include #include +#include "auto_fd.hpp" #include "auto_proc.hpp" #include "temp_file.hpp" @@ -19,6 +20,7 @@ public: std::string get_x_display() const; private: + auto_fd tcp4_socket_, tcp6_socket_; int display_num_; std::auto_ptr auth_file_; auto_kill_proc server_proc_;