Compare commits
No commits in common. "b63da7bf09ce9d8259424d19c5ca9f51fef4e4df" and "23ba7c0136e640d259d705f8aa7ec18fd601f230" have entirely different histories.
b63da7bf09
...
23ba7c0136
1
main.c
1
main.c
@ -158,6 +158,7 @@ static void gapp_activate(GApplication *app, gpointer user_data)
|
|||||||
{
|
{
|
||||||
GtkWindow *main_window;
|
GtkWindow *main_window;
|
||||||
GdsRenderGui *gui;
|
GdsRenderGui *gui;
|
||||||
|
|
||||||
struct application_data * const appdata = (struct application_data *)user_data;
|
struct application_data * const appdata = (struct application_data *)user_data;
|
||||||
|
|
||||||
gui = gds_render_gui_new();
|
gui = gds_render_gui_new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user