graphics/nxmu/nxmu_requestbkgd.c: Trivial, cosmetic, arbitrary.

This commit is contained in:
Gregory Nutt 2019-03-29 11:05:21 -06:00
parent 245bf33eb3
commit 870aa61a49
1 changed files with 1 additions and 1 deletions

View File

@ -91,9 +91,9 @@ void nxmu_requestbkgd(FAR struct nxmu_conn_s *conn,
nxmu_redrawreq(&be->bkgd, &be->bkgd.bounds);
#ifdef CONFIG_NX_XYINPUT
/* Provide the mouse settings */
#ifdef CONFIG_NX_XYINPUT
nxmu_mousereport(&be->bkgd);
#endif
}