In src/main.h:

> @@ -38,7 +38,7 @@ gboolean main_is_realized(void);
>  
>  typedef struct
>  {
> -	gboolean	new_instance;
> +	gint		new_instance;

make it an enum with sensible names.

I just added a commit for this.

9c0d06a


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.