From ade67a3e86c19ef4e7edbba5b19013413f795485 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 7 Jul 2019 10:02:03 +0200 Subject: [PATCH] Fixup against latest DPF --- dpf | 2 +- plugins/glBars/DistrhoUIGLBars.cpp | 2 +- plugins/glBars/DistrhoUIGLBars.hpp | 3 +-- plugins/glBars/glBars.hpp | 4 ++-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dpf b/dpf index eb1ec93..7a056bb 160000 --- a/dpf +++ b/dpf @@ -1 +1 @@ -Subproject commit eb1ec93eedb24e33c5e6d8442d7f2d1bd7038a13 +Subproject commit 7a056bbcf84f9437d7a00a5659be5bb6008bfe1d diff --git a/plugins/glBars/DistrhoUIGLBars.cpp b/plugins/glBars/DistrhoUIGLBars.cpp index ef1421e..e1fa610 100644 --- a/plugins/glBars/DistrhoUIGLBars.cpp +++ b/plugins/glBars/DistrhoUIGLBars.cpp @@ -3,7 +3,7 @@ * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies * Copyright (C) 2000 Christian Zander * Copyright (C) 2015 Nedko Arnaudov - * Copyright (C) 2016 Filipe Coelho + * Copyright (C) 2016-2019 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/plugins/glBars/DistrhoUIGLBars.hpp b/plugins/glBars/DistrhoUIGLBars.hpp index 72139bd..997522b 100644 --- a/plugins/glBars/DistrhoUIGLBars.hpp +++ b/plugins/glBars/DistrhoUIGLBars.hpp @@ -3,7 +3,7 @@ * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies * Copyright (C) 2000 Christian Zander * Copyright (C) 2015 Nedko Arnaudov - * Copyright (C) 2016 Filipe Coelho + * Copyright (C) 2016-2019 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -45,7 +45,6 @@ protected: // UI Callbacks void uiIdle() override; -// void uiReshape(uint width, uint height) override; // ------------------------------------------------------------------- // Widget Callbacks diff --git a/plugins/glBars/glBars.hpp b/plugins/glBars/glBars.hpp index 50df05c..66f7be5 100644 --- a/plugins/glBars/glBars.hpp +++ b/plugins/glBars/glBars.hpp @@ -3,7 +3,7 @@ * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies * Copyright (C) 2000 Christian Zander * Copyright (C) 2015 Nedko Arnaudov - * Copyright (C) 2016 Filipe Coelho + * Copyright (C) 2016-2019 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -20,7 +20,7 @@ #ifndef GLBARS_STATE_HPP_INCLUDED #define GLBARS_STATE_HPP_INCLUDED -#include "Base.hpp" +#include "OpenGL.hpp" static inline void draw_rectangle(GLfloat x1, GLfloat y1, GLfloat z1, GLfloat x2, GLfloat y2, GLfloat z2)