ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: LIB/WIN.H

Source reference: LIB/WIN.H

Deterministic source record. The complete textual file is reproduced below; this page does not replace architectural interpretation in the authored chapters.

File identity

Field Value
Path LIB/WIN.H
Lines 17
Bytes 446
SHA-256 a12fd0a7136f4523c057cb7803fb7a2d5904931199d3c8260f5b214a0d4efeee
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
— No C-like function definition detected by the scanner.

Complete source

The following block is the complete textual file at the recorded revision. No lines are elided, abbreviated or paraphrased.

#ifndef WIN_H
#define WIN_H
void win_origin(int x, int y);
int win_begin(int w, int h, int title);
int win_begin_keep(int w, int h, int title);
void win_end();
int win_click(int x, int y, int w, int h);
int win_mouse_in();
int win_ox();
int win_oy();
int win_w();
int win_h();
int win_edge();
int win_vscroll(int x, int y, int h, int max_off, int view, int scroll);
int win_hscroll(int x, int y, int w, int max_off, int view, int scroll);
#endif

Role of this record

The atlas guarantees file-by-file traceability. Responsibility, invariants, ownership, concurrency, security, performance and subsystem interactions belong in authored chapters and must cite this file when applicable.

Document record ID: source-a12fd0a7136f4523 Reviewed source: da3df29cb397 Class: generated-source-reference