This commit is contained in:
parent
a87f781312
commit
5d14444de0
1 changed files with 0 additions and 2 deletions
|
|
@ -49,8 +49,6 @@ int main() {
|
||||||
|
|
||||||
document = MwVaCreateWidget(MwDocumentClass, "document", MwViewportGetViewport(viewport), 0, 0, 0, 0,
|
document = MwVaCreateWidget(MwDocumentClass, "document", MwViewportGetViewport(viewport), 0, 0, 0, 0,
|
||||||
MwNtext, text,
|
MwNtext, text,
|
||||||
MwNbackground, "#fff",
|
|
||||||
MwNforeground, "#000",
|
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
MwAddUserHandler(window, MwNresizeHandler, resize_window, NULL);
|
MwAddUserHandler(window, MwNresizeHandler, resize_window, NULL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue