mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-10 21:21:26 +00:00
22 lines
514 B
C
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_ */
|