From 1de5c16b5693c68accfaf976a23a6a5e64b9c417 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 7 Oct 2013 10:58:07 +0000 Subject: [PATCH] small comment fix git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48223 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/intuition/screens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/include/intuition/screens.h b/compiler/include/intuition/screens.h index 383ec017c1..a3031572f6 100644 --- a/compiler/include/intuition/screens.h +++ b/compiler/include/intuition/screens.h @@ -211,7 +211,7 @@ struct ExtNewScreen #define SA_ScreenbarTextPen (SA_Dummy + 135) /* [..G] ULONG Pen color for the screenbar text */ #define SA_ScreenbarTextFont (SA_Dummy + 136) /* [..G] struct TextFont * Font for the screenbar text */ #define SA_ScreenbarSignal (SA_Dummy + 137) /* [..G] ULONG Reserved (MorphOS: signal bit for screenbar pluins) */ -#define SA_ExactMatchMonitorName (SA_Dummy + 138)/* [I..] BOOL Strictly obey SA_MonitorName */ +#define SA_ExactMatchMonitorName (SA_Dummy + 138)/* [I..] BOOL Strictly obey SA_MonitorName */ #define SA_CompositingLayers (SA_Dummy + 139) /* [I.G] BOOL Reserved (MorphOS: use composition for layers) */ #define SA_CompositingFlags (SA_Dummy + 140) /* [ISG] ULONG AROS: Allow openers to request compositing modes */ #define SA_AlphaPreCompositHook (SA_Dummy + 141) /* [ISG] Hook * AROS: Hook to Pre-Process Composited buffers */ -- 2.11.4.GIT