Skip to content

libegl.c: Replace False macro with 0

Danilo Spinella requested to merge github/fork/DanySpin97/fix-egl-wo-x11 into master

False macro is defined in Xlib.h, therefore it is not found when X11 is not used (USE_X11=0).

Merge request reports