From 1170417ceeb8c49a46cda522a38eaa71c9cae30c Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Sat, 30 Dec 2006 05:09:59 +0000 Subject: r20414: Start to make SWAT usable by others. This is just a start... (This used to be commit 26a34037a7ca6fbd05c5a6f7c2d5973e34bc6918) --- .../frontend/framework/tool/migration/0.6.3/patches/13-window.dat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat (limited to 'webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat') diff --git a/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat new file mode 100644 index 0000000000..99c71f2d20 --- /dev/null +++ b/webapps/qooxdoo-0.6.3-sdk/frontend/framework/tool/migration/0.6.3/patches/13-window.dat @@ -0,0 +1,8 @@ +\bqx\.ui\.window\.Window\.MODE_OPAQUE\b="opaque" +\bqx\.ui\.window\.Window\.MODE_LAZYOPAQUE\b="lazyopaque" +\bqx\.ui\.window\.Window\.MODE_FRAME\b="frame" +\bqx\.ui\.window\.Window\.MODE_TRANSLUCENT\b="translucent" +\bqx\.ui\.window\.Window\.MODE_MINIMIZED\b="minimized" +\bqx\.ui\.window\.Window\.MODE_MAXIMIZED\b="maximized" +\bqx\.ui\.window\.Window\.STATE_ACTIVE\b="active" +\bqx\.ui\.window\.Window\.STATE_MAXIMIZED\b="maximized" -- cgit