magic/dbwind
Intubun 30d40fb206 Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers
All functions that received a ClientData (or FindRegion *) parameter in
commit fc21472e solely to satisfy WASM call_indirect signature matching
are now annotated so static analysers and casual readers can see the
intent has been verified:

  /*ARGSUSED*/          before each such function definition
  /* UNUSED */          on each unused parameter in the definition
  /* UNUSED */          on matching forward declarations

Affected: calmaWriteInitFunc, cifWriteInitFunc, cmdWindSet,
dbStampFunc, dbwElementAlways1, dbwfbWindFunc, DBWHLRedrawWind,
spcnodeHierVisit, extSDTileFunc, extTransPerimFunc,
extAnnularTileFunc, extResistorTileFunc, extDefInitFunc,
extTimesInitFunc.
2026-05-06 10:43:34 +02:00
..
DBWbuttons.c Fixed issues with the "macro" command that have existed since the 2026-04-13 12:26:42 -04:00
DBWcommands.c Wire up headless / WASM mode at module boundaries 2026-05-06 09:58:20 +02:00
DBWdisplay.c Solved three issues: 2026-04-01 21:17:54 -04:00
DBWelement.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
DBWfdback.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
DBWhlights.c Annotate ClientData callbacks: /*ARGSUSED*/ + /* UNUSED */ markers 2026-05-06 10:43:34 +02:00
DBWprocs.c Fixed the mess that is the "expand"/"unexpand" command set. This 2026-04-04 20:47:04 -04:00
DBWtools.c Reworked the way that magic displays measurement values (both linear 2026-01-24 16:19:12 -05:00
DBWundo.c GCC14: warning: missing braces around initializer 2024-10-09 21:12:55 -04:00
Makefile Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00
dbwind.h Fixed issues with the "macro" command that have existed since the 2026-04-13 12:26:42 -04:00
dbwtech.h header file #ifndef guard namespace consistency (global change) 2025-07-29 10:50:32 -04:00