This commit is contained in:
Matthias Clasen 2020-07-30 08:36:01 -04:00
parent 73477b5abf
commit 554954d126
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -69,9 +69,10 @@ Overview of Changes in GTK 3.99.0
- Clean up GdkDevice api
- Drop the master/slave device split
- Move axes to GdkDeviceTool
- Change monitor workarea to be per-backend API
- Improve frame clock accuracy
- Add a new macOS backend
- Change monitor workarea to be per-backend API
- Add an ANGLE-based GLES renderer for Windows
* GSK:
- Use GL_ARB_framebuffer_object

View File

@ -1,5 +1,5 @@
project('gtk', 'c',
version: '3.98.5',
version: '3.99.0',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',