X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=windows.h;h=779a672ec0f1348016b13ccab09c5d7c42307bc8;hb=a068b574ce8ac851be5ca1aefbaa487ef6c8e60e;hp=01919310961938cde80e937d63c030796f7c5fb5;hpb=e0f6898722d88af212b9fd658aa8a54226deabc3;p=plomrogue diff --git a/windows.h b/windows.h index 0191931..779a672 100644 --- a/windows.h +++ b/windows.h @@ -13,7 +13,7 @@ struct Win { struct Win * next; int width; int height; - WINDOW * curses_win; + WINDOW * curses; char * title; void (* draw) (struct Win *); void * data; };