summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-26 23:23:35 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-26 23:54:35 +0300
commit1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17 (patch)
treeab99cdcbdf1ebe72c014822051d73705a75d6906 /src/graphics.h
parent80437e1e8c6154c99b19a0a7ea6485b0af8b40f1 (diff)
downloadplus-1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17.tar.gz
plus-1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17.tar.bz2
plus-1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17.tar.xz
plus-1fc5869ed9d02eed3aaac4c0ef7c92949c8dee17.zip
add SDL2 renderer logging.
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 2715ceae2..7dafcbc45 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -362,6 +362,10 @@ class Graphics : public gcn::Graphics
virtual unsigned int getBinds() const
{ return 0; }
#endif
+#ifdef USE_SDL2
+ void dumpRendererInfo(const char *const str,
+ const SDL_RendererInfo &info);
+#endif
int mWidth;
int mHeight;