]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
better defaults for headphones
[xonotic/darkplaces.git] / vid_null.c
index 28f92f8cb46bef2fec55c6914db1fc30ca4748c5..6a6b8929360c5bf19de061e23290e9fc28c080e0 100644 (file)
@@ -17,9 +17,10 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
-#include <signal.h>
 #include "quakedef.h"
 
+#include <signal.h>
+
 int cl_available = false;
 
 qboolean vid_supportrefreshrate = false;
@@ -50,7 +51,11 @@ void InitSig(void)
 #endif
 }
 
-void VID_Finish (qboolean allowmousegrab)
+void VID_SetMouse (qboolean fullscreengrab, qboolean relative, qboolean hidecursor)
+{
+}
+
+void VID_Finish (void)
 {
 }
 
@@ -69,7 +74,7 @@ void VID_Init(void)
        InitSig(); // trap evil signals
 }
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer)
+int VID_InitMode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer, int samples)
 {
        return false;
 }