diff options
| author | Julien Danjou | 2013-12-27 11:43:11 +0100 |
|---|---|---|
| committer | Julien Danjou | 2013-12-27 11:43:11 +0100 |
| commit | 765fe182c4b39093b4763c065b98cf7019cc6979 (patch) | |
| tree | ff0e9ba2060bfaddebd129f9397dde70958725bd /etc | |
| parent | fe6462ee7ce2ec04322674952ff3e97085a4db69 (diff) | |
| download | emacs-765fe182c4b39093b4763c065b98cf7019cc6979.tar.gz emacs-765fe182c4b39093b4763c065b98cf7019cc6979.zip | |
Enable ns-use-srgb-colorspace by default
See thread
https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00706.html
* nsterm.m (syms_of_nsterm): Enable ns-use-srgb-colorspace by
default.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1288,7 +1288,7 @@ Customize `ns-use-native-fullscreen' to change style. For >= 10.7 | |||
| 1288 | native is the default. | 1288 | native is the default. |
| 1289 | 1289 | ||
| 1290 | ** OSX >= 10.7 can use sRGB colorspace. | 1290 | ** OSX >= 10.7 can use sRGB colorspace. |
| 1291 | Customize `ns-use-srgb-colorspace' to change style. nil is the default. | 1291 | Customize `ns-use-srgb-colorspace' to change style. t is the default. |
| 1292 | Note: This does not apply to images. | 1292 | Note: This does not apply to images. |
| 1293 | 1293 | ||
| 1294 | 1294 | ||