cmwind: ARGSUSED/UNUSED annotation on CMWreposition (newScreenArea unused)

This commit is contained in:
Intubun 2026-05-06 07:01:54 +02:00 committed by R. Timothy Edwards
parent 8e8fada32f
commit 02087ea3f8
1 changed files with 2 additions and 1 deletions

View File

@ -217,10 +217,11 @@ CMWdelete(
* ---------------------------------------------------------------------------- * ----------------------------------------------------------------------------
*/ */
/*ARGSUSED*/
void void
CMWreposition( CMWreposition(
MagWindow *window, MagWindow *window,
Rect *newScreenArea, Rect *newScreenArea, /* UNUSED */
bool final) bool final)
{ {
if (final) if (final)