On Fri, 2005-04-08 at 09:07 -0400, Robert Tsai wrote:
> non-XRANDR builds are broken. My simple patch is below:
> 
> +#if defined(USING_XRANDR) || defined(CONFIG_DARWIN)
>      const vector<DisplayResScreen> scr = GetVideoModes();
>      if (scr.size())
>          addChild(new VideoModeSettings());
> +#endif /* USING_XRANDR || CONFIG_DARWIN */
Can you give me the output of the gcc instantiation that fails?
GetVideoModes() should work whether you have DisplayRes support
or not.

-- Daniel

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to