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 2561 by niro, Thu Sep 17 08:20:13 2015 UTC revision 2579 by niro, Thu Sep 17 10:46:46 2015 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  push_config graphic_resolution  push_config 10_graphic_resolution
4    
5  help_graphic_resolution()  help_graphic_resolution()
6  {  {
# Line 48  set_graphic_resolution() Line 48  set_graphic_resolution()
48  control_graphic_resolution()  control_graphic_resolution()
49  {  {
50   local serial="${CLASS_ARGV[0]}"   local serial="${CLASS_ARGV[0]}"
51   push_config_graphic_resolution "${serial}"   push_config_10_graphic_resolution "${serial}"
52  }  }
53    
54  push_config_graphic_resolution()  push_config_10_graphic_resolution()
55  {  {
56   local serial="$1"   local serial="$1"
57   local value   local value

Legend:
Removed from v.2561  
changed lines
  Added in v.2579