X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=vid_null.c;h=2b232f566f1468c0e7659c90c69c88cbbd215e55;hb=4b03014f14b7275c799bcf7727c7339727180459;hp=ad2881ebdadf1022c151c69c8ff811a76cb6070a;hpb=716cb9f1cb2554b0b9d4bbf4cd4e6f4d90faa7e1;p=xonotic%2Fdarkplaces.git diff --git a/vid_null.c b/vid_null.c index ad2881eb..2b232f56 100644 --- a/vid_null.c +++ b/vid_null.c @@ -18,7 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include -#include #include "quakedef.h" int cl_available = false; @@ -69,8 +68,9 @@ void VID_Init(void) InitSig(); // trap evil signals } -int VID_InitMode(int fullscreen, int width, int height, int bpp) +int VID_InitMode(int fullscreen, int width, int height, int bpp, int stencil) { + return false; } int GL_OpenLibrary(const char *name) @@ -95,14 +95,6 @@ void IN_Commands(void) { } -void IN_Init(void) -{ -} - -void IN_Shutdown(void) -{ -} - void IN_Move(usercmd_t *cmd) { }