aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAttila Gáspár2020-04-09 19:24:51 +0200
committerAttila Gáspár2020-04-16 17:18:07 +0200
commitdc20c308875bad569c97a1b5e2184a074f37d1bc (patch)
tree4670ad8f191e38ead937b2c386c184d918071b51 /doc
parent04292ee5af69f168d31345119e25226eadee8ae8 (diff)
CoqIDE: Disable client-side decoration on Windows
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/09-coqide/12060-ide-disable-csd.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/09-coqide/12060-ide-disable-csd.rst b/doc/changelog/09-coqide/12060-ide-disable-csd.rst
new file mode 100644
index 0000000000..b61ab26007
--- /dev/null
+++ b/doc/changelog/09-coqide/12060-ide-disable-csd.rst
@@ -0,0 +1,6 @@
+- **Changed:**
+ CoqIDE now uses native window frames by default on Windows.
+ The GTK window frames can be restored by setting the `GTK_CSD` environment variable to `1`
+ (`#12060 <https://github.com/coq/coq/pull/12060>`_,
+ fixes `#11080 <https://github.com/coq/coq/issues/11080>`_,
+ by Attila Gáspár).