------------------------------------------------------------------------ r4091 | hendricks266 | 2013-10-08 03:00:44 -0700 (Tue, 08 Oct 2013) | 1 line Clean up some GUI/WM minutiae. Should fix linking Mapster32 on *nix with HAVE_GTK=0. ------------------------------------------------------------------------ r4090 | hendricks266 | 2013-10-08 03:00:25 -0700 (Tue, 08 Oct 2013) | 3 lines Fix the vsync menu option so that it actually works. Variables at global scope which share a name tend to actually be the same variable. Not good when you pass such a variable to function that immediately returns if the passed parameter (the variable) equals said variable (itself). ------------------------------------------------------------------------