Browse Source

Fixup against latest DPF

master
falkTX 4 years ago
parent
commit
ade67a3e86
4 changed files with 5 additions and 6 deletions
  1. +1
    -1
      dpf
  2. +1
    -1
      plugins/glBars/DistrhoUIGLBars.cpp
  3. +1
    -2
      plugins/glBars/DistrhoUIGLBars.hpp
  4. +2
    -2
      plugins/glBars/glBars.hpp

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit eb1ec93eedb24e33c5e6d8442d7f2d1bd7038a13
Subproject commit 7a056bbcf84f9437d7a00a5659be5bb6008bfe1d

+ 1
- 1
plugins/glBars/DistrhoUIGLBars.cpp View File

@@ -3,7 +3,7 @@
* Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
* Copyright (C) 2000 Christian Zander <phoenix@minion.de>
* Copyright (C) 2015 Nedko Arnaudov
* Copyright (C) 2016 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2016-2019 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as


+ 1
- 2
plugins/glBars/DistrhoUIGLBars.hpp View File

@@ -3,7 +3,7 @@
* Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
* Copyright (C) 2000 Christian Zander <phoenix@minion.de>
* Copyright (C) 2015 Nedko Arnaudov
* Copyright (C) 2016 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2016-2019 Filipe Coelho <falktx@falktx.com>
*
* 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


+ 2
- 2
plugins/glBars/glBars.hpp View File

@@ -3,7 +3,7 @@
* Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies
* Copyright (C) 2000 Christian Zander <phoenix@minion.de>
* Copyright (C) 2015 Nedko Arnaudov
* Copyright (C) 2016 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2016-2019 Filipe Coelho <falktx@falktx.com>
*
* 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)


Loading…
Cancel
Save