cmwind: ARGSUSED/UNUSED annotation on CMWreposition (newScreenArea unused)
This commit is contained in:
parent
8e8fada32f
commit
02087ea3f8
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue