From 9dbdbaabf24281eecdacd02dc82eb1828f4057a0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 13 Mar 2025 02:25:45 +0100 Subject: LibWM: Remove Symbols.h --- dev/Usr/LibWM/Symbols.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev/Usr/LibWM/Symbols.h (limited to 'dev') 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 - -#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 -- cgit v1.2.3