diff options
author | Hiroki Tagato <tagattie@FreeBSD.org> | 2021-11-24 17:28:24 +0900 |
---|---|---|
committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2021-11-24 17:30:52 +0900 |
commit | 4da4f5edbf9de5c4269cf66d70044f4cb3abdc41 (patch) | |
tree | 21363ca7518a943c48bde3a669c78444685f832e /devel/electron13/files/patch-chrome_app_chrome__command__ids.h | |
parent | ports-mgmt/octopkg: update description and WWW (diff) |
devel/electron13: update to 13.6.2 (and rename from devel/electron12)
Changelog: https://www.electronjs.org/blog/electron-13-0
Diffstat (limited to 'devel/electron13/files/patch-chrome_app_chrome__command__ids.h')
-rw-r--r-- | devel/electron13/files/patch-chrome_app_chrome__command__ids.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-chrome_app_chrome__command__ids.h b/devel/electron13/files/patch-chrome_app_chrome__command__ids.h new file mode 100644 index 000000000000..69054f5f7553 --- /dev/null +++ b/devel/electron13/files/patch-chrome_app_chrome__command__ids.h @@ -0,0 +1,11 @@ +--- chrome/app/chrome_command_ids.h.orig 2021-07-15 19:13:30 UTC ++++ chrome/app/chrome_command_ids.h +@@ -65,7 +65,7 @@ + #define IDC_NAME_WINDOW 34049 + + // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch of lacros-chrome is complete. +-#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) ++#if defined(OS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS) || defined(OS_BSD) + #define IDC_USE_SYSTEM_TITLE_BAR 34051 + #define IDC_RESTORE_WINDOW 34052 + #endif |