]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
replaced all references to vid.conwidth and vid.conheight with vid_conwidth.integer...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 13 May 2005 23:41:24 +0000 (23:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 13 May 2005 23:41:24 +0000 (23:41 +0000)
commit7da3f74c75363169da55547a5758a10735352b95
treeaf85a7dc18b548777de3fb4fa548772cdf9325cb
parent656d8440b1ca6afe0b55650fba3b8ca4b01c9511
replaced all references to vid.conwidth and vid.conheight with vid_conwidth.integer and vid_conheight.integer
replaced all references to vid.realx/vid.realy with 0
replaced all references to vid.realwidth and vid.realheight with vid.width and vid.height
replaced current_vid_* variables with vid. fields (vid.width, vid.height, vid.bitsperpixel, vid.fullscreen)
vid_glx.c: replaced scr_width/height with vid.width/height
vid_wgl.c: replaced window_center_x/y with calculations as needed, and replaced window_width/height with vid.width/height, and some other minor cleanups
removed VID_GetWindowSize function

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5284 d7cf8633-e32d-0410-b094-e92efae38249
19 files changed:
cl_input.c
cl_screen.c
cl_video.c
console.c
gl_backend.c
gl_draw.c
gl_rmain.c
keys.c
menu.c
prvm_cmds.c
r_crosshairs.c
r_shadow.c
sbar.c
vid.h
vid_glx.c
vid_null.c
vid_sdl.c
vid_shared.c
vid_wgl.c