|
From: Tobias S. <t_s...@us...> - 2005-04-20 08:06:55
|
Update of /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/headers/win In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24728/adobe-source/adobe/test/visual/headers/win Modified Files: ui_core_implementation.hpp Log Message: Silences GCC warnings (initialization order of member fields) Index: ui_core_implementation.hpp =================================================================== RCS file: /cvsroot/adobe-source/sandbox/adobe-source/adobe/test/visual/headers/win/ui_core_implementation.hpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ui_core_implementation.hpp 18 Apr 2005 17:20:36 -0000 1.11 --- ui_core_implementation.hpp 20 Apr 2005 08:06:42 -0000 1.12 *************** *** 121,127 **** rectangle_t geometry_m; // saving set_bounds param for essentials point_t position_m; // saving set_bounds param for widget framing ! int uxtheme_type_m; static HWND invisible_parent_m; // an invisible window used as the initial parent for all controls. ! event_dispatcher::reference event_dispatcher_m; // ref. to singleton event dispatcher. HMENU child_id_m; // this control_m's child id. #ifndef NDEBUG --- 121,127 ---- rectangle_t geometry_m; // saving set_bounds param for essentials point_t position_m; // saving set_bounds param for widget framing ! int uxtheme_type_m; static HWND invisible_parent_m; // an invisible window used as the initial parent for all controls. ! event_dispatcher::reference event_dispatcher_m; // ref. to singleton event dispatcher. HMENU child_id_m; // this control_m's child id. #ifndef NDEBUG *************** *** 458,464 **** bool static_disabled_m; bool using_label_m; - bool scrollable_m; long rows_m; long cols_m; long edit_baseline_m; long edit_height_m; --- 458,464 ---- bool static_disabled_m; bool using_label_m; long rows_m; long cols_m; + bool scrollable_m; long edit_baseline_m; long edit_height_m; |