summaryrefslogtreecommitdiff
path: root/src/user/include/popups/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/popups/popup.h')
-rw-r--r--src/user/include/popups/popup.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/user/include/popups/popup.h b/src/user/include/popups/popup.h
deleted file mode 100644
index cf4315b..0000000
--- a/src/user/include/popups/popup.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef POPUPS_POPUP_H
-#define POPUPS_POPUP_H
-
-#include <pland/syscall.h>
-
-struct popup {
- _window_handle_t handle;
- _pixel_t *pixbuf;
-
- bool has_quit;
- struct key_packet quit_as;
-
- //terminated by one with .key_id == 0
- const struct key_packet *quit_binds;
-};
-
-void handle_actions(struct popup *p);
-//deletes popup before returning
-void make_modal(struct popup *p);
-void delete_popup(struct popup *p);
-
-#endif \ No newline at end of file