equal
deleted
inserted
replaced
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) |