summaryrefslogtreecommitdiff
path: root/Source/DirectFB/gfxdrivers/sh772x/sh7722_layer.h
blob: b7042149ce735463bf1b5bb83a540d346c0c1d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __SH7722__LAYER_H__
#define __SH7722__LAYER_H__

#include "sh7722_types.h"

#define SH7722_LAYER_SUPPORTED_OPTIONS  (DLOP_ALPHACHANNEL | DLOP_OPACITY | DLOP_SRC_COLORKEY)

extern DisplayLayerFuncs sh7722LayerFuncs;

#endif