]> git.xonotic.org Git - xonotic/darkplaces.git/commit
renamed VID_GrabMouse to VID_SetMouse as it now takes 3 parameters
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 May 2008 12:47:28 +0000 (12:47 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 10 May 2008 12:47:28 +0000 (12:47 +0000)
commitfe01d340dc1e4674160027051cbb0d745ebfa1ec
treee3b837f387bfc1378a665caf05ec2615a8f976f0
parent5de1b2e6b1639f66f9aca218f0327687cb269402
renamed VID_GrabMouse to VID_SetMouse as it now takes 3 parameters
(fullscreengrab, relative, hidecursor), this required reworking all the
implementations and the calls, but gives the correct behavior in all
cases

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8296 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
vid.h
vid_agl.c
vid_glx.c
vid_null.c
vid_sdl.c
vid_wgl.c