build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
/* NOWSERV.C */
#include <notes.g>
GLREF_D PR_HWIMMAN *w_am;
GLREF_D PR_NOCOMMAN *DatApp2;
GLREF_D PR_EDWIN *DatApp3;
#pragma METHOD_CALL
METHOD VOID nowserv_ws_background(PR_NOWSERV *self)
{
INT fmt;
if (!(self->wserv.flags&PR_WSERV_RECEIVED_KEY))
return;
fmt=0;
if (DatApp2->nocomman.which==NOTES_WINDOW && DatApp3->edwin.select)
fmt=(1<<DF_LINK_TEXT);
p_send4(w_am->appman.system,O_SY_LINK_SERVER,fmt,0);
}