implement frame buffer fetch extension for iOS, change composition on stroke drawing and commit, add rename layer dialog

This commit is contained in:
2017-08-09 09:59:39 +01:00
parent eb4cf07162
commit e134ba553d
14 changed files with 415 additions and 92 deletions

View File

@@ -14,6 +14,7 @@
#include "node_panel_color.h"
#include "node_panel_stroke.h"
#include "node_canvas.h"
#include "node_dialog_layer_rename.h"
#if defined(__OBJC__) && defined(__IOS__)
#import <Foundation/Foundation.h>