shithub: choc

Download patch

ref: 52db6da5814c867fc6dd6bb0ec5d51d76b1fcc4e
parent: 72c1191348ab26e7d3171791c48353cd708a74fa
author: Simon Howard <fraggle@gmail.com>
date: Mon Feb 28 16:19:09 EST 2011

Bind screen_bpp variable in setup tool.

Subversion-branch: /branches/raven-branch
Subversion-revision: 2284

--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -715,6 +715,7 @@
     M_BindVariable("fullscreen",                &fullscreen);
     M_BindVariable("screen_width",              &screen_width);
     M_BindVariable("screen_height",             &screen_height);
+    M_BindVariable("screen_bpp",                &screen_bpp);
     M_BindVariable("startup_delay",             &startup_delay);
     M_BindVariable("video_driver",              &video_driver);
     M_BindVariable("usegamma",                  &usegamma);