Add screen capture utility

This commit is contained in:
Keith Winstein
2012-01-13 02:01:02 -05:00
parent 1a433305f8
commit 8ce54faca9
4 changed files with 318 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@ namespace Terminal {
public:
static std::string new_frame( bool initialized, const Framebuffer &last, const Framebuffer &f );
static void debug_print( const Framebuffer &fb );
};
}