X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=pbo_frame_allocator.cpp;h=d18358a3121b7cf131de211df446a62b098db1e6;hb=5cd2e667b7531777991c98dc6d3249e95b98314c;hp=74f54fd11082b4b9695338381ed01761ecc6d13a;hpb=884f2c044c4ab008ce9295edd343ee851eba4576;p=nageru diff --git a/pbo_frame_allocator.cpp b/pbo_frame_allocator.cpp index 74f54fd..d18358a 100644 --- a/pbo_frame_allocator.cpp +++ b/pbo_frame_allocator.cpp @@ -1,12 +1,12 @@ #include "pbo_frame_allocator.h" +#include +#include #include #include #include #include -#include - using namespace std; PBOFrameAllocator::PBOFrameAllocator(size_t frame_size, GLuint width, GLuint height, size_t num_queued_frames, GLenum buffer, GLenum permissions, GLenum map_bits) @@ -104,7 +104,7 @@ PBOFrameAllocator::~PBOFrameAllocator() } //static int sumsum = 0; -FrameAllocator::Frame PBOFrameAllocator::alloc_frame() +bmusb::FrameAllocator::Frame PBOFrameAllocator::alloc_frame() { Frame vf;