Avoid a compilation warning

This commit is contained in:
Pierre Pronchery 2021-01-24 04:24:05 +01:00
parent 68767f8285
commit 909893f9b7

View File

@ -1870,8 +1870,8 @@ static int _desktop_get_monitor_properties(Desktop * desktop, int monitor,
{
#if GTK_CHECK_VERSION(3, 22, 0)
GdkMonitor * m;
#endif
int s;
#endif
if(monitor < 0)
{