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

@ -309,7 +309,7 @@ void Skin::validateBaseTextureRect(RECT *r)
// FG> Please change this only if you REALLY know what you are doing. this needs to account for basewnd
// coordinates (start from 0,0), as well as virtualwnd (relative to parent), at any depth (group holding
// texture as 2nd group of the tree, and rendering the base texture in a basewnd in a virtual in the group),
// and should handle resized textures and scaled windows. ooch
// and should handle resized textures and scaled arch. ooch
void Skin::_renderBaseTexture(ifc_window *wndbase, ifc_canvas *c, const RECT &r, ifc_window *dest, int alpha)
{

View file

@ -6,7 +6,7 @@
#include "../Winamp/buildtype.h"
#include <api/config/items/cfgitem.h>
#include <wa2frontend.h>
#include <windows.h>
#include <arch.h>
#include <Mshtml.h>
#include "minibrowserCOM.h"

View file

@ -418,7 +418,7 @@ int SAWnd::onQuickPaint(BltCanvas *bc, int w, int h, int newone) {
}
}
// int ws=(config_windowshade&&config_mw_open);
// int ws=(config_archhade&&config_mw_open);
// int s = (config_dsize&&config_mw_open)?1:0;
int dbx = fo[max(min(config_safalloff,4),0)];