commit | 3e424a577f31e85f7a95c18c87066fee88139baa | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Wed Oct 04 18:31:43 2023 -0400 |
committer | Gopher Robot <gobot@golang.org> | Thu Oct 05 19:51:38 2023 +0000 |
tree | 2068cf70174070a08750beec9debb2f97d7deb16 | |
parent | 921286631fa9ce6c08f308f0604178ba62ee11ac [diff] |
shiny/driver/gldriver: stop activating regardless of the current app Documentation for NSApplicationActivateIgnoringOtherApps warns: > Important: You should rarely pass this flag because stealing > key focus produces a poor user experience. The flag is also deprecated and no longer has effect in macOS 14. Stop setting it. Change-Id: I8b8794332b54445866e038d9537a4b0eb4e75149 Cq-Include-Trybots: luci.golang.try:x_exp-gotip-darwin-amd64_14 Reviewed-on: https://go-review.googlesource.com/c/exp/+/532581 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This subrepository holds experimental and deprecated (in the old
directory) packages.
The idea for this subrepository originated as the pkg/exp
directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get
these packages.
Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.
In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)
Caveat emptor.