thewebdev

Results 4 comments of thewebdev

webview_t w = webview_create(0, NULL); webview_set_title(w, "Webview Example"); webview_set_size(w, 480, 320, WEBVIEW_HINT_MAX); webview_bind(w, "sayHello", myFunc, NULL); webview_set_html(w, "WebViewClick Me"); webview_run(w); webview_destroy(w); return 0;

**Platform** macOS Mojave 10.14.6, Apple clang version 11.0.0 (clang-1100.0.33.17), Target: x86_64-apple-darwin18.7.0 I compiled and ran [webview_c](https://github.com/webview/webview_c) and can confirm that `command + q` (which is used to close and exit...

Same issue here using Linux Mint 13 XFCE. Connected my laptop to a larger monitor, but F.lux works only on the laptop monitor, and not the larger secondary monitor.

I am a linux newbie and didn't understand your question. However, this is the output of xrandr for me: ``` Screen 0: minimum 320 x 200, current 1920 x 1080,...