Files
libreoffice/vcl/inc/OpenGLWrapper.hxx
Stephan Bergmann a6f8766d35 loplugin:deletedspecial (Mac OS X)
Change-Id: Ia09e2e7b3e40bd04da64b52fe29258017b90b156
2015-02-07 17:24:43 +01:00

21 lines
597 B
C++

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "AppKit/NSOpenGLView.h"
#include "AppKit/NSOpenGL.h"
namespace OpenGLWrapper
{
void swapBuffers(NSOpenGLView* pView);
void makeCurrent(NSOpenGLView* pView);
void resetCurrent();
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */