static bool iPad1_;
+struct VeencyEvent {
+ struct GSEventRecord record;
+ struct {
+ struct GSEventRecordInfo info;
+ struct GSPathInfo path;
+ } data;
+};
+
static void VNCPointer(int buttons, int x, int y, rfbClientPtr client) {
if (ratio_ == 0)
return;
}
if (twas != tis || tis) {
- struct {
- struct GSEventRecord record;
- struct {
- struct GSEventRecordInfo info;
- struct GSPathInfo path;
- } data;
- } event;
+ struct VeencyEvent event;
memset(&event, 0, sizeof(event));
name := Veency
id := vncs
flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -framework IOKit -framework GraphicsServices -I/apl/inc/iPhoneOS-2.0 -framework QuartzCore -weak_reference_mismatches weak -framework UIKit -framework GraphicsServices
+flags += -fvisibility=hidden
base := ../tweaks
include ../tweaks/tweak.mk