You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile your program on Linux (Archlinux) and it failed
complaining about "memcpy" not being part of "std" in "pdf_document.cpp".
I just fixed it adding
#include <cstring>
at the top of the file.
Anyway, nice work indeed. Would it however be possible to size the
presentation so that it takes the whole screen when in fullscreen mode?
Because there is a big gray area all around it and it's not comfortable..
Anyway great work!
Original issue reported on code.google.com by [email protected] on 11 Jun 2009 at 10:07
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Jun 2009 at 10:07The text was updated successfully, but these errors were encountered: