Pippin/media framework
2 unresolved threads
2 unresolved threads
Compare changes
Files
2- pippin authored
+ 65
− 40
@@ -868,7 +868,9 @@ Ctx * ctx_new_for_cairo (cairo_t *cr);
@@ -5786,6 +5788,9 @@ static inline CtxList *ctx_list_find_custom (CtxList *list,
@@ -37243,7 +37248,7 @@ void _ctx_mouse (Ctx *term, int mode)
@@ -37263,7 +37268,7 @@ _ctx_init_ticks (void)
@@ -37273,7 +37278,7 @@ _ctx_init_ticks (void)
@@ -45461,7 +45466,6 @@ ctx_new_for_cairo (cairo_t *cr)
@@ -45839,10 +45843,13 @@ static void ctx_ctx_end_frame (Ctx *ctx)
@@ -45850,7 +45857,9 @@ static void ctx_ctx_end_frame (Ctx *ctx)
@@ -45865,7 +45874,7 @@ void ctx_ctx_consume_events (Ctx *ctx)
@@ -45990,7 +45999,6 @@ Ctx *ctx_new_ctx (int width, int height)
@@ -50050,26 +50058,25 @@ ctx_cb_end_frame (Ctx *ctx)
@@ -52128,6 +52135,17 @@ static void _ctx_stream_addstr (CtxFormatter *formatter, const char *str, int le
@@ -52954,6 +52972,23 @@ ctx_render_stream (Ctx *ctx, FILE *stream, int longform)
@@ -53344,7 +53379,6 @@ void ctx_texture (Ctx *ctx, const char *eid, float x, float y)
@@ -53362,17 +53396,8 @@ void ctx_texture (Ctx *ctx, const char *eid, float x, float y)
@@ -55072,14 +55097,14 @@ ctx_new_drawlist (int width, int height)