Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25760/adobe/future/widgets
Modified Files:
Jamfile.v2
Log Message:
the state of things. We've been working to isolate static_text_t (now called label_t) but it has been slow going because we're trying to wrestle with perfecting the API and what effect that has on other components that were using label_t in a way that isn't in accordance with the new API we're trying to write. As it stands static_disabled_text_m is broken on both platforms, but everything else should be working better.
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/future/widgets/Jamfile.v2,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Jamfile.v2 3 Feb 2006 18:33:36 -0000 1.8
--- Jamfile.v2 23 Feb 2006 23:28:55 -0000 1.9
***************
*** 14,17 ****
--- 14,18 ----
ui_core_common
ui_core
+ label_t
;
***************
*** 23,26 ****
--- 24,28 ----
ui_overlay
ui_core_implementation
+ label_t_impl
;
|