dtlogin: Resolve 7 compiler warnings.

This commit is contained in:
Peter Howkins
2012-08-30 22:30:36 +01:00
parent 89e76b2e9b
commit 2a9b4ec67c
4 changed files with 6 additions and 5 deletions

View File

@@ -180,9 +180,9 @@ MakeLogo( void )
/*
* On AIX4 we have a Dtlogo.s.pm
*/
# define LOGO_TYPE (LOWRES ? DtSMALL : NULL)
# define LOGO_TYPE (LOWRES ? DtSMALL : 0)
#else
# define LOGO_TYPE NULL
# define LOGO_TYPE 0
#endif
logoName = _DtGetIconFileName(DefaultScreenOfDisplay(dpyinfo.dpy),