Skip to content

window manager sys interface

qwertyaqwerty edited this page Jan 18, 2016 · 1 revision
int createwindow(int w, int h, const char * title, struct RGB * buf, int alwaysfront);
int updatewindow(int handler, int xmin, int ymin, int width, int height);
int destroywindow(int handler);

Clone this wiki locally