On Mon, Mar 10, 2008 at 12:44 PM, Denver Gingerich <[EMAIL PROTECTED]> wrote:
> The DirectX refresh rate override feature that this patch implements is
> described in main.c below.
>
> In order for the override to take effect only on SetDisplayMode and not on
> RestoreDisplayMode it was necessar
On Sat, Mar 8, 2008 at 5:33 AM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Am Samstag, 8. März 2008 00:52:23 schrieb Denver Gingerich:
>
> > Basically, I am running an application that calls SetDisplayMode and
> > doesn't specify a refresh rate. ChangeDisplaySettingsEx picks the
> > first mode
Am Samstag, 8. März 2008 00:52:23 schrieb Denver Gingerich:
> Basically, I am running an application that calls SetDisplayMode and
> doesn't specify a refresh rate. ChangeDisplaySettingsEx picks the
> first mode that matches the bpp, and resolution, and that mode just so
> happens to have a bad re
On Fri, Mar 7, 2008 at 6:14 PM, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
> Am Freitag, 7. März 2008 22:29:01 schrieb Denver Gingerich:
>
> > The DirectX refresh rate override feature that this patch implements is
> > described in main.c below.
> >
> > In order for the override to take effect o
Am Freitag, 7. März 2008 22:29:01 schrieb Denver Gingerich:
> The DirectX refresh rate override feature that this patch implements is
> described in main.c below.
>
> In order for the override to take effect only on SetDisplayMode and not on
> RestoreDisplayMode it was necessary to move the functio