* Added initial support for styles! (no style hints as of yet though)
[rodin/chimara.git] / src / stream.c
index 42d77babc8aae0b68c71d80049c3849256d178ed..804399213ae7cbe87ebcbb96134130d5d4d51dd6 100644 (file)
@@ -33,6 +33,7 @@ window_stream_new(winid_t window)
        /* Create stream and connect it to window */
        strid_t str = stream_new_common(0, filemode_Write, STREAM_TYPE_WINDOW);
        str->window = window;
+       str->style = "normal";
        return str;
 }