diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 05:07:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-16 05:14:22 +0100 |
| commit | 35fb9574c5efc426491f7ce55689e0f911890e98 (patch) | |
| tree | 6761ca8cbdf4a7f92db0c8098b08fc6b5f629374 /src/libMsg/scripts | |
| parent | 9213bc66f2a3b05314e1a7386794bb39a02ac81b (diff) | |
[CHORE] Improve and fix libDDK and implement libMsg.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libMsg/scripts')
| -rw-r--r-- | src/libMsg/scripts/hello-world.json (renamed from src/libMsg/scripts/window_client.json) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libMsg/scripts/window_client.json b/src/libMsg/scripts/hello-world.json index 4c8a21ba..f23a3714 100644 --- a/src/libMsg/scripts/window_client.json +++ b/src/libMsg/scripts/hello-world.json @@ -2,6 +2,6 @@ "id": 1, "pos": { "x": 100, "y": 100 }, "size": { "w": 300, "h": 200 }, - "title": "Window Client", - "on-click": "_OnClickCSymbol" + "title": "Message", + "on-init": "_PrintHelloWorld" }
\ No newline at end of file |
