publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -30,7 +30,7 @@
#include <bfc/wasabi_std_wnd.h>
#include <api/wnd/PaintCanvas.h>
#ifdef _WIN32
#include <windowsx.h> // for SetWindowRedraw
#include <archx.h> // for SetWindowRedraw
#endif
#ifdef WASABINOMAINAPI
@ -657,7 +657,7 @@ void Layout::fixPosition()
void Layout::saveAllPositions()
{
// The positions are saved from the lastest to the first one
// The 'Player' windows and the 'Main' windows are using the same prefix
// The 'Player' arch and the 'Main' arch are using the same prefix
// In saving in decreasing order we are sure the lastest saved is the one for the Player
for (int i = 0;i < SkinParser::script_getNumContainers();i++)

View file

@ -1,6 +1,6 @@
#include <precomp.h>
#ifdef WIN32
#include <windows.h>
#include <arch.h>
#endif
#include <bfc/assert.h>