revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / arch / all-android / hidd / androidgfx / androidgfx_intern.h
blob2aabd8a590bcaf72574ff8bf9a3465421ce0a159
1 /*
2 Copyright 1995-2017, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Android bitmap class definitions
6 Lang: English.
7 */
9 #define CLID_Hidd_Gfx_Android "hidd.gfx.android"
11 /* Private instance data for Gfx hidd class */
12 struct gfx_data
14 ULONG width; /* Display view size */
15 ULONG height;
16 OOP_Object *bitmap; /* Currently displayed bitmap */