feat: swap canvas for opengl context

This commit is contained in:
2026-03-05 18:39:38 +05:30
parent f001b90745
commit 8e09748d3e
7 changed files with 155 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ all the widgets used in internal logic of the program
typedef struct VektorWidgetState {
GtkWindow* window;
GtkPaned* workspacePaned;
GtkPicture* workspaceCanvas;
GtkGLArea* workspaceCanvas;
GtkButton* workspaceButtonLinetool;