]> git.saurik.com Git - iphone-api.git/blobdiff - IOMobileFramebuffer/IOMobileFramebuffer.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / IOMobileFramebuffer / IOMobileFramebuffer.h
index 2e0523d78d4444d2df83ad885bcde2e103212f18..b907f76ec9df754c701f96b95580803431f72414 100644 (file)
@@ -23,6 +23,9 @@ kern_return_t IOMobileFramebufferSwapSetLayer(
 kern_return_t IOMobileFramebufferGetLayerDefaultSurface(IOMobileFramebufferRef connect, int zero, CoreSurfaceBufferRef *surface);
 kern_return_t IOMobileFramebufferOpen(io_service_t service, task_port_t task, uint32_t type, IOMobileFramebufferRef *connect);
 
+void IOMobileFramebufferGetDisplaySize(IOMobileFramebufferRef connect, CGSize *size);
+void IOMobileFramebufferIsMainDisplay(IOMobileFramebufferRef connect, int *main);
+
 #ifdef __cplusplus
 }
 #endif