Keeping a program from "stopping" when moving the window
GrantG

I don't know why this happens, but when I move my program's window, the window stops updating until I let go of it (I'm using DirectX by the way). I'm sure fixing this can't be too complicated.

CGamesPlay

I don't know for sure, but what if you call:set_display_switch_mode(SWITCH_BACKGROUND);

GrantG

Uhh would you know where is the Allegro source that function is, I've been looking but can't seem to find it.

CGamesPlay

Uhh why do you care?

Onewing

It also might have to do with the video card. I actually worked on one machine where I had to move the window to have it updated. Made playing games...interesting. A simple upgrade of the drivers help. Just thought I'd mention.

GrantG
Quote:

Uhh why do you care?

I'm using DirectX not Allegro, so maybe if I had a look at the function that would help.

CGamesPlay
Quote:

I'm using DirectX not Allegro, so maybe if I had a look at the function that would help.

Oh. In that case, the function won't help anyways.

Thread #590252. Printed from Allegro.cc