Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/basic-video/graphic.control.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2636 by niro, Tue Sep 29 11:57:49 2015 UTC revision 2673 by niro, Mon Dec 7 12:46:27 2015 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3    push_config 10_graphic_driver
4  push_config 10_graphic_resolution  push_config 10_graphic_resolution
5  push_config 10_graphic_depth  push_config 10_graphic_depth
6  push_config 10_graphic_module  #push_config 10_graphic_refresh
7    
8  help_graphic_resolution()  help_graphic_resolution()
9  {  {
# Line 86  set_graphic_depth() Line 87  set_graphic_depth()
87   import_resource cfg_graphic "${serial}" depth "${value}"   import_resource cfg_graphic "${serial}" depth "${value}"
88  }  }
89    
90  control_graphic_depth  control_graphic_depth()
91  {  {
92   local serial="${CLASS_ARGV[0]}"   local serial="${CLASS_ARGV[0]}"
93   push_config_10_graphic_depth "${serial}"   push_config_10_graphic_depth "${serial}"

Legend:
Removed from v.2636  
changed lines
  Added in v.2673