Beta implementation of FrameBuffer projection change for cropping.

This commit is contained in:
brunoherbelin
2020-11-22 21:58:04 +01:00
parent 61ee23455b
commit c33796e97c
8 changed files with 122 additions and 125 deletions

2
View.h
View File

@@ -245,6 +245,8 @@ private:
bool need_edit_update_;
Source *EditCurrent();
void adjustBackground();
Surface *backgroundpreview;
Surface *surfacepreview;