comparison src/aosd/aosd.c @ 1019:6f1848706fc4 trunk

[svn] - aosd: remove aosd_osd_check_composite_mgr from where it was not supposed to be
author giacomo
date Fri, 11 May 2007 15:45:20 -0700
parents 0010163f8e25
children 95b56005de33
comparison
equal deleted inserted replaced
1018:3484d9da7f7c 1019:6f1848706fc4
96 96
97 void 97 void
98 aosd_about ( void ) 98 aosd_about ( void )
99 { 99 {
100 aosd_ui_about(); 100 aosd_ui_about();
101 aosd_osd_check_composite_mgr();
102 return; 101 return;
103 } 102 }