You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following explicit call to XOpenDisplay:
self->display = XOpenDisplay(DisplayString(display));
prevents us from linking without X11 library, so let's define
DISALBE_X11_BACKEND when "use_wayland_backend" is in use and
disable the X11 backend entirely.
resolved conflicts on shell/platform/linux/fl_view.cc
again removed shell/platform/linux/fl_renderer_x11.cc shell/platform/linux/fl_renderer_x11.h
Signed-off-by: Damian Wrobel <[email protected]>
0 commit comments