view dwindows1.pc.in @ 2401:010ae32a5067

iOS: Hide the UITransitionView that is attached to the UIWindow. Probably I should be using this for some sort of transition before display, but I am not sure how to do that yet... and its existance blocks access to the displayed controls. I tried removing the view but that seems to prevent us from getting the events for redisplay during rotation. So hide it.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 27 Mar 2021 19:18:36 +0000
parents 5f0e4ca14dcd
children
line wrap: on
line source

prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include
 
Name: dwindows
Description: Dynamic Windows Cross platform UI Toolkit
Version: @VERSION@
Libs: -L${prefix}/lib -ldwindows @LIBS@
Cflags: -I${prefix}/include @CFLAGS@ -D@DW_DEFINE@