From: divverent Date: Fri, 20 Sep 2013 07:15:58 +0000 (+0000) Subject: Fix a compile error on win32 I introduced. X-Git-Tag: xonotic-v0.8.0~127 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=57ab53a9afceb8a9c257429bf3b5c68705c01d65;p=xonotic%2Fdarkplaces.git Fix a compile error on win32 I introduced. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12010 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=7033142b17600b88c273c2460678b386bf7051dd --- diff --git a/vid_wgl.c b/vid_wgl.c index be95856a..22f71e8a 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -2301,7 +2301,7 @@ static void IN_Shutdown(void) #endif } -Vid_mode_t *VID_GetDesktopMode(void) +vid_mode_t *VID_GetDesktopMode(void) { return &desktop_mode; }