Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup imbuf
*/
#pragma once
#include <cstdlib>
#include <sys/types.h>
#ifndef WIN32
# include <unistd.h>
#endif
#include <fcntl.h>
#include <sys/stat.h>
#ifndef WIN32
# include <sys/mman.h>
# define O_BINARY 0
#endif
#define IMB_DPI_DEFAULT 72.0