We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c944958 commit 8895dd4Copy full SHA for 8895dd4
src/webui.c
@@ -277,8 +277,8 @@ typedef struct webui_event_inf_t {
277
bool stop;
278
} _webui_wv_linux_t;
279
280
- #define GTK_SET_SHOW (win, status) if (win->webView && win->has_all_events) win->webView->in_show = status
281
- #define GTK_IS_SHOW (win) ((win->webView && win->has_all_events) ? win->webView->in_show : true)
+ #define GTK_SET_SHOW(win, status) (if (win->webView && win->has_all_events) win->webView->in_show = status)
+ #define GTK_IS_SHOW(win) ((win->webView && win->has_all_events) ? win->webView->in_show : true)
282
283
#else
284
extern bool _webui_macos_wv_new(int index, bool frameless, bool resizable);
0 commit comments