X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=framebuffer.hpp;h=3e4987564382d22f1b1a30e8ab117eb580296624;hp=ee2557b9ff332d5e4b73565abf64967a849ecc93;hb=1b6026c7baa122b99011f760857b80b7f253dfbb;hpb=fed762f0b70eeb556c4b1bd660beb129099e8068 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_;