Add Chromium-only Blender WebEngine parity work
This commit is contained in:
26
blender-5.2.0/source/blender/imbuf/intern/imbuf.hh
Normal file
26
blender-5.2.0/source/blender/imbuf/intern/imbuf.hh
Normal 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
|
||||
Reference in New Issue
Block a user