https://bugs.winehq.org/show_bug.cgi?id=31496
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com, | |super_man@post.com
--- Comment #11 from super_man@post.com --- This should be fixed actually? It should print only once.
http://source.winehq.org/git/wine.git/blob/0f67df657db77ea8aef9c2b9498fb5fa1...
540 static unsigned int once; 541 542 if (swapchain->desc.swap_effect == WINED3D_SWAP_EFFECT_FLIP && !once++) 543 FIXME("WINED3D_SWAP_EFFECT_FLIP not implemented.\n"); 544