X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=jwxyz%2Fjwxyz-android.h;fp=jwxyz%2Fjwxyz-android.h;h=493f456a5c55ef5213a5e1aec1af4fdc68e151a4;hp=949531f41cabe5e37d899c1c528d99924d3d8284;hb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c;hpb=aa75c7476aeaa84cf3abc192b376a8b03c325213 diff --git a/jwxyz/jwxyz-android.h b/jwxyz/jwxyz-android.h index 949531f4..493f456a 100644 --- a/jwxyz/jwxyz-android.h +++ b/jwxyz/jwxyz-android.h @@ -41,7 +41,6 @@ struct running_hack { unsigned long frame_count; Bool initted_p; - double next_frame_time; // time_t in milliseconds of when to tick the frame struct event_queue *event_queue; }; @@ -60,10 +59,6 @@ struct jwxyz_Drawable { }; }; -extern void do_logv(int prio, const char *fmt, va_list args); - -extern void Log(const char *format, ...); // TODO: GCC can verify printf strings. -#define Logv(format, args) (do_logv(ANDROID_LOG_INFO, format, args)) extern void prepare_context (struct running_hack *rh); @@ -80,7 +75,7 @@ JNIEXPORT void JNICALL Java_org_jwz_xscreensaver_jwxyz_nativeResize (JNIEnv *, jobject thiz, jint w, jint h, jdouble rot); -JNIEXPORT void JNICALL +JNIEXPORT jlong JNICALL Java_org_jwz_xscreensaver_jwxyz_nativeRender (JNIEnv *, jobject thiz); JNIEXPORT void JNICALL