From e099547cfa2038b9a2b09585521f7f258fc75724 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 3 Aug 2024 18:14:25 +0200 Subject: Add notification window type --- include/mgl/window/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/mgl/window/window.h b/include/mgl/window/window.h index 23b780a..fdffd8d 100644 --- a/include/mgl/window/window.h +++ b/include/mgl/window/window.h @@ -62,7 +62,8 @@ struct mgl_window { typedef enum { MGL_WINDOW_TYPE_NORMAL, - MGL_WINDOW_TYPE_DIALOG + MGL_WINDOW_TYPE_DIALOG, /* Also sets the window as always on top */ + MGL_WINDOW_TYPE_NOTIFICATION /* Also sets the window as always on top */ } mgl_window_type; /* TODO: Some of these parameters only apply to new window */ -- cgit v1.2.3