mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://www.electronjs.org/
11 lines
454 B
C++
11 lines
454 B
C++
--- ui/gfx/linux/gbm_wrapper.cc.orig 2024-10-16 21:32:39 UTC
|
|
+++ ui/gfx/linux/gbm_wrapper.cc
|
|
@@ -319,7 +319,7 @@ class Device final : public ui::GbmDevice {
|
|
// of 1x1 BOs which are destroyed before creating the final BO creation used
|
|
// to instantiate the returned GbmBuffer.
|
|
gfx::Size size_for_verification =
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
gfx::Size(1, 1);
|
|
#else
|
|
requested_size;
|