src/window.cpp
changeset 6158 ca1471170695
parent 5893 16a86ac09d80
child 6235 5077e6ed3788
child 6443 b8f06d8eb7be
equal deleted inserted replaced
6157:c64e66c3804e 6158:ca1471170695
  1913 }
  1913 }
  1914 
  1914 
  1915 /* Delete all always on-top windows to get an empty screen */
  1915 /* Delete all always on-top windows to get an empty screen */
  1916 void HideVitalWindows(void)
  1916 void HideVitalWindows(void)
  1917 {
  1917 {
       
  1918 	DeleteWindowById(WC_TOOLBAR_MENU, 0);
  1918 	DeleteWindowById(WC_MAIN_TOOLBAR, 0);
  1919 	DeleteWindowById(WC_MAIN_TOOLBAR, 0);
  1919 	DeleteWindowById(WC_STATUS_BAR, 0);
  1920 	DeleteWindowById(WC_STATUS_BAR, 0);
  1920 }
  1921 }
  1921 
  1922 
  1922 int PositionMainToolbar(Window *w)
  1923 int PositionMainToolbar(Window *w)