@@ -63,6 +63,12 @@ unsigned int test =0;
|
||||
} \
|
||||
}
|
||||
|
||||
|
||||
int monitor_active ( G_GNUC_UNUSED workarea *mon )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
gboolean config_parse_set_property ( G_GNUC_UNUSED const Property *p, G_GNUC_UNUSED char **error )
|
||||
{
|
||||
return FALSE;
|
||||
|
@@ -56,6 +56,11 @@ unsigned int test =0;
|
||||
} \
|
||||
}
|
||||
|
||||
int monitor_active ( G_GNUC_UNUSED workarea *mon )
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
char * helper_get_theme_path ( const char *file )
|
||||
{
|
||||
return g_strdup ( file );
|
||||
|
Reference in New Issue
Block a user