window.c
branch0.5
changeset 5431 bad513e2c7d8
parent 5415 a7e0e4e75be2
child 5520 82988aae1562
equal deleted inserted replaced
5430:526e40487347 5431:bad513e2c7d8
  1868 }
  1868 }
  1869 
  1869 
  1870 /* Delete all always on-top windows to get an empty screen */
  1870 /* Delete all always on-top windows to get an empty screen */
  1871 void HideVitalWindows(void)
  1871 void HideVitalWindows(void)
  1872 {
  1872 {
       
  1873 	DeleteWindowById(WC_TOOLBAR_MENU, 0);
  1873 	DeleteWindowById(WC_MAIN_TOOLBAR, 0);
  1874 	DeleteWindowById(WC_MAIN_TOOLBAR, 0);
  1874 	DeleteWindowById(WC_STATUS_BAR, 0);
  1875 	DeleteWindowById(WC_STATUS_BAR, 0);
  1875 }
  1876 }
  1876 
  1877 
  1877 int PositionMainToolbar(Window *w)
  1878 int PositionMainToolbar(Window *w)