diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-31 18:50:39 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-01-31 18:50:39 +0000 |
commit | 15830fdb1087f18dcd6351de1034a5025b8ed343 (patch) | |
tree | 59f3479436c72fd680085ac992288b3b40272dfe | |
parent | 28dbafd5643fcf637a556fc196b5b984d44d151d (diff) |
NEWS: fix a couple of typos
Reported-by: Thierry Vignaud
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,11 +43,11 @@ Bug fixes to all clients when the keyboard changes. The testsuite would detect the unexpected event and complain. - Handle very large large images in the XCB backend. + Handle very large images in the XCB backend. Fix a memory leak in the xlib/shm layer, and prevent use of the SHM surfaces after the display is closed. - https://bugs.freedesktop.org/show_bug.cgi + https://bugs.freedesktop.org/show_bug.cgi?id=58253 Handle resizing of bitmap fonts, in preparation for a fix to fontconfig to correctly pass on the user request for scaling. |