Skip to content

Commit

Permalink
fix a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jsorg71 committed Feb 16, 2016
1 parent 753e253 commit e321913
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xrdpdev/xrdpdev.c
Expand Up @@ -138,7 +138,11 @@ rdpPreInit(ScrnInfoPtr pScrn, int flags)
rgb zeros1;
Gamma zeros2;
int got_res_match;
#if XORG_VERSION_CURRENT < XORG_VERSION_NUMERIC(1, 16, 0, 0, 0)
char **modename;
#else
const char **modename;
#endif
DisplayModePtr mode;
rdpPtr dev;

Expand Down

0 comments on commit e321913

Please sign in to comment.