X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=screenshot.h;fp=screenshot.h;h=15da6f606182b86e73f4c453595ac9293f3f8096;hb=6f057a6bc74f3f422ffc8f8439b1b205ebef66e5;hp=ce44e42fa0468ff8db7f0cd9c28347194b395c40;hpb=6e374f54d9572c47503466e9f0063571fd9a54fa;p=drnoksnes diff --git a/screenshot.h b/screenshot.h index ce44e42..15da6f6 100644 --- a/screenshot.h +++ b/screenshot.h @@ -90,7 +90,8 @@ #ifndef SCREENSHOT_H #define SCREENSHOT_H -bool8 S9xDoScreenshot(int width, int height); +void * S9xScreenshot(size_t *size, bool compression); +bool S9xSaveScreenshot(const char * file); #endif