agent-orchestrator/agor-pty/native
Hibryda 178e560068 feat(electrobun): native C resize library (Wails pattern)
New: agor-pty/native/agor_resize.c — C shared library that:
- Connects button-press-event on GtkWindow + WebView children in C
- Stores mouseButton, xroot, yroot, dragTime from real GTK events
- Exports agor_resize_start(edge) for Bun FFI

Build: gcc -shared -fPIC -o libagor-resize.so agor_resize.c $(pkg-config --cflags --libs gtk+-3.0)

New: ui-electrobun/src/bun/native-resize.ts — Bun FFI wrapper
App.svelte: simplified to just edge detection + RPC call
2026-03-25 16:44:51 +01:00
..
agor_resize.c feat(electrobun): native C resize library (Wails pattern) 2026-03-25 16:44:51 +01:00
libagor-resize.so feat(electrobun): native C resize library (Wails pattern) 2026-03-25 16:44:51 +01:00