[asterisk-commits] rizzo: trunk r117024 - /trunk/channels/console_video.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon May 19 08:33:10 CDT 2008
Author: rizzo
Date: Mon May 19 08:33:08 2008
New Revision: 117024
URL: http://svn.digium.com/view/asterisk?view=rev&rev=117024
Log:
Allow users to specify 'startgui=1' in oss.conf so that the
graphic screen for the video console is activated at startup.
Modified:
trunk/channels/console_video.c
Modified: trunk/channels/console_video.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/console_video.c?view=diff&rev=117024&r1=117023&r2=117024
==============================================================================
--- trunk/channels/console_video.c (original)
+++ trunk/channels/console_video.c Mon May 19 08:33:08 2008
@@ -1020,6 +1020,7 @@
CV_F("remote_size", video_geom(&env->rem_dpy, val));
CV_STR("keypad", env->keypad_file);
CV_F("region", keypad_cfg_read(env->gui, val));
+ CV_F("startgui", console_video_start(env, NULL)); // support enabling gui at startup
CV_STR("keypad_font", env->keypad_font);
CV_STR("sdl_videodriver", env->sdl_videodriver);
CV_UINT("fps", env->out.fps);
More information about the asterisk-commits
mailing list