[[$SBStatusBarController sharedStatusBarController] addStatusBarItem:@"Veency"];
}
-+ (void) performSetup {
++ (void) performSetup:(NSThread *)thread {
NSAutoreleasePool *pool([[NSAutoreleasePool alloc] init]);
+ [thread autorelease];
VNCSetup();
VNCEnabled();
[pool release];
width_ = size.width;
height_ = size.height;
- NSThread *thread([[[NSThread alloc]
+ NSThread *thread([NSThread alloc]);
+
+ [thread
initWithTarget:[VNCBridge class]
- selector:@selector(performSetup)
- object:nil
- ] autorelease]);
+ selector:@selector(performSetup:)
+ object:thread
+ ];
[thread start];
} else if (_unlikely(clients_ != 0)) {
Section: Networking
Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
Architecture: iphoneos-arm
-Version: 0.9.3192-1
+Version: 0.9.3193-1
Description: a VNC /server/ for the iPhone
Name: Veency
Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver, com.saurik.iphone.ske, preferenceloader, jp.ashikase.mousesupport | firmware (<< 3.0)