Fix windows build error and warnings

Pull Request: https://projects.blender.org/blender/blender/pulls/135567
This commit is contained in:
Richard Antalik
2025-03-06 11:18:28 +01:00
committed by Richard Antalik
parent bb2d123fbd
commit 21bd7ec180
2 changed files with 7 additions and 3 deletions

View File

@@ -45,8 +45,8 @@ struct ListBase;
namespace blender::ed::vse {
struct SeqQuadsBatch;
struct StripsDrawBatch;
class SeqQuadsBatch;
class StripsDrawBatch;
#define DEFAULT_IMG_STRIP_LENGTH 25 /* XXX arbitrary but ok for now. */

View File

@@ -14,8 +14,12 @@
#include "IMB_imbuf_types.hh"
struct GPUOffScreen;
struct GPUViewport;
struct Depsgraph;
struct View3DShading;
struct Object;
enum eDrawType;
enum eV3DOffscreenDrawFlag;
namespace blender::seq {
typedef struct ImBuf *(*SequencerDrawView)(struct Depsgraph *depsgraph,