2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 #include <intuition/diattr.h>
7 #include <intuition/iobsolete.h>
8 #include <proto/intuition.h>
14 struct Screen
*scr
= LockPubScreen(NULL
);
19 printf("Failed to lock default public screen!\n");
23 GetAttr(SA_ScreenbarTextPen
, (Object
*)scr
, &val
);
24 printf("ScreenbarTextPen: 0x%08lX\n", val
);
26 UnlockPubScreen(NULL
, scr
);