Skip to content

Commit

Permalink
nxagent: add missing command line switches to usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
uli42 committed May 1, 2021
1 parent e3e765f commit 6105c4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nx-X11/programs/Xserver/hw/nxagent/Args.c
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,9 @@ void ddxUseMsg(void)
ErrorF("-autodpi detect real server's DPI and use that in the session\n");
ErrorF("-display string display name of the real server\n");
ErrorF("-sync synchronize with the real server\n");
ErrorF("-nxrealwindowprop set property NX_REAL_WINDOW for each X11 window inside nxagent\n");
ErrorF("-reportwids report externally exposed X11 window IDs to the session log\n");
ErrorF("-reportprivatewids report internal X11 window ID to the session log\n");
#ifdef RENDER
ErrorF("-norender disable the use of the render extension\n");
ErrorF("-nocomposite disable the use of the composite extension\n");
Expand Down

0 comments on commit 6105c4b

Please sign in to comment.