genode/repos/gems/include/gems/dither_painter.h

22 lines
514 B
C

/*
* \brief Functor for converting pixel formats by applying dithering
* \author Norman Feske
* \date 2014-09-10
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _INCLUDE__GEMS__DITHER_PAINTER_H_
#define _INCLUDE__GEMS__DITHER_PAINTER_H_
/* maintain compatibility */
#include <os/dither_painter.h>
#endif /* _INCLUDE__GEMS__DITHER_PAINTER_H_ */