> @@ -38,7 +38,7 @@ gboolean main_is_realized(void);
>
> typedef struct
> {
> - gboolean new_instance;
> + gint new_instance;
Yes I thought about it. Can you suggest names for it? Basically -1 = forced
disabled, 0 = default and disabled (but can be changed to 1 by runtime), and 1
= explicitly enabled.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1128/files/6f87aaa31fd56846ac533ca4f77ae49c9401db8f#r70050020