From 774062b73cd6b8575c8d3d15efcc446d75e16016 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 28 Mar 2019 02:42:06 +0000 Subject: [PATCH] Add a new bitmap focus attribute that is set late after the bitmap has called the activecallback hook. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@56057 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/hidds/gfx/gfx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rom/hidds/gfx/gfx.conf b/rom/hidds/gfx/gfx.conf index 5dfdc7655f..efe59b3071 100644 --- a/rom/hidds/gfx/gfx.conf +++ b/rom/hidds/gfx/gfx.conf @@ -1,7 +1,7 @@ ##begin config basename GFXHW libbasetype struct IntHIDDGraphicsBase -version 45.0 +version 45.1 residentpri 66 classid CLID_HW_Gfx superclass CLID_HW @@ -390,6 +390,7 @@ HIDDT_StdPixFmt SpritePixFmt # [..G] Prefered pixel format attached spri HIDDT_ModeID ModeID # [I.G] Must be passed on initialization of aHidd_BitMap_Displayable=TRUE bitmaps. BOOL Displayable # [I.G] Bitmap is displayable (default: FALSE) BOOL Visible # [..G] Check if a bitmap is visible +BOOL Focus # [.S.] * PRIVATE * When set, the monitor for the display bitmap has been activated. BOOL FrameBuffer # [I..] Allocate framebuffer BOOL ModeChange # [I..] Supports mode ID change BOOL Compositable # [ISG] Can be Displayed via Compositor (Mutually exclusive with Displayable) -- 2.11.4.GIT