From 35fb9574c5efc426491f7ce55689e0f911890e98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 16 Mar 2026 05:07:39 +0100 Subject: [CHORE] Improve and fix libDDK and implement libMsg. Signed-off-by: Amlal El Mahrouss --- src/libMsg/scripts/hello-world.json | 7 +++++++ src/libMsg/scripts/window_client.json | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 src/libMsg/scripts/hello-world.json delete mode 100644 src/libMsg/scripts/window_client.json (limited to 'src/libMsg/scripts') diff --git a/src/libMsg/scripts/hello-world.json b/src/libMsg/scripts/hello-world.json new file mode 100644 index 00000000..f23a3714 --- /dev/null +++ b/src/libMsg/scripts/hello-world.json @@ -0,0 +1,7 @@ +{ + "id": 1, + "pos": { "x": 100, "y": 100 }, + "size": { "w": 300, "h": 200 }, + "title": "Message", + "on-init": "_PrintHelloWorld" +} \ No newline at end of file diff --git a/src/libMsg/scripts/window_client.json b/src/libMsg/scripts/window_client.json deleted file mode 100644 index 4c8a21ba..00000000 --- a/src/libMsg/scripts/window_client.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "id": 1, - "pos": { "x": 100, "y": 100 }, - "size": { "w": 300, "h": 200 }, - "title": "Window Client", - "on-click": "_OnClickCSymbol" -} \ No newline at end of file -- cgit v1.2.3