Hi Rob,
>  class FL_DocLayout;
> @@ -978,7 +983,11 @@
>  	fv_PropCache        m_SecProps;
>  	AV_ListenerId       m_CaretListID;
>  	FV_FrameEdit        m_FrameEdit;
> +#ifdef XP_UNIX_TARGET_GTK
> +	FV_UnixVisualDrag   m_VisualDragText;
> +#else
>  	FV_VisualDragText   m_VisualDragText;
> +#endif
Why is this necessary? I assume there are good reasons for this, but I
am very uneasy about introducing platform specific code into src/text,
and particularly src/text/fmt, so I would like to know bit more about
these changes. Thanks.
Tomas
Received on Tue Jan 23 21:31:29 2007
This archive was generated by hypermail 2.1.8 : Tue Jan 23 2007 - 21:31:31 CET