Code cleanup
This commit is contained in:
parent
a658b9c7b7
commit
25f382aa8e
|
@ -226,7 +226,7 @@ Desktop * desktop_new(DesktopPrefs * prefs)
|
|||
{
|
||||
Desktop * desktop;
|
||||
#if !GTK_CHECK_VERSION(2, 24, 0)
|
||||
int depth;
|
||||
gint depth;
|
||||
#endif
|
||||
|
||||
if((desktop = object_new(sizeof(*desktop))) == NULL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user