summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dev/Usr/LibWM/Symbols.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev/Usr/LibWM/Symbols.h b/dev/Usr/LibWM/Symbols.h
deleted file mode 100644
index 2ded6e7e..00000000
--- a/dev/Usr/LibWM/Symbols.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* -------------------------------------------
-
- Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
-
-------------------------------------------- */
-
-#pragma once
-
-#include <LibCF/Core.h>
-
-#define kWMPacketLen 512
-
-struct __wm_msg_public;
-
-IMPORT_C SInt32 __wm_alert(const char* title, const char* msg, const char* opt_link);
-IMPORT_C SInt32 __wm_prompt(const char* title, const char* msg, const char** input, const SizeT input_len);
-
-IMPORT_C SInt32 __wm_exec(const char* path);
-
-IMPORT_C SInt32 __wm_dispatch_msg(const struct __wm_msg_public* msg, const SizeT len);
-
-/// @brief Public Message Header for the Window Manager.
-struct __wm_msg_public
-{
- SInt32 magic;
- SInt32 version;
- const Char packet[kWMPacketLen];
-}; \ No newline at end of file