src/ascension/context.h

changeset 33
e7ddb52facd3
parent 28
8acde7d27904
child 46
d3285aed65b3
     1.1 --- a/src/ascension/context.h	Mon Mar 04 21:16:46 2024 +0100
     1.2 +++ b/src/ascension/context.h	Wed Mar 06 23:08:03 2024 +0100
     1.3 @@ -50,7 +50,7 @@
     1.4      unsigned int flags;
     1.5      CxBuffer error_buffer;
     1.6      AscWindow windows[ASC_MAX_WINDOWS];
     1.7 -    AscWindow const *active_window;
     1.8 +    AscWindow *active_window;
     1.9      AscFont fonts[ASC_MAX_FONTS];
    1.10      unsigned int fonts_loaded;
    1.11      AscFont const *active_font;

mercurial