X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=android%2Fgrabscreen-android.c;fp=android%2Fgrabscreen-android.c;h=38710755d358fb2a0f3b0202362cd5a74c335a6a;hp=0000000000000000000000000000000000000000;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/android/grabscreen-android.c b/android/grabscreen-android.c new file mode 100644 index 00000000..38710755 --- /dev/null +++ b/android/grabscreen-android.c @@ -0,0 +1,24 @@ +#include +#include +// +//#import "SaverRunner.h" +// +#include "jwxyz.h" +#include "grabscreen.h" +#include "colorbars.h" +#include "resources.h" +#include "usleep.h" + +Bool +osx_grab_desktop_image (Screen *screen, Window xwindow, Drawable drawable, + XRectangle *geom_ret) +{ +abort(); +} + +Bool +osx_load_image_file (Screen *screen, Window xwindow, Drawable drawable, + const char *filename, XRectangle *geom_ret) +{ +abort(); +}