Split five-or-more.c The current code existing in five-or-more.c has been split into:
* five-or-more-app.c : Here all the callbacks to the application are connected, followed by the general setting related to the application like background color etc. are moved to this file * game-area.c: Drawing area related code ,say, binding signals to callbacks, or rendering the graphics, controlling the animation are handled here. * balls-preview.c: This has the necessary functions for previewing. Getters are used to access the static variables used across the appliaction which weren't currently required since all the code was mash-up into a single file. https://bugzilla.gnome.org/show_bug.cgi?id=794273
src/balls-preview.c
0 → 100644
src/balls-preview.h
0 → 100644
src/five-or-more-app.c
0 → 100644
This diff is collapsed.
src/five-or-more-app.h
0 → 100644
This diff is collapsed.
src/five-or-more.h
deleted
100644 → 0
src/game-area.c
0 → 100644
This diff is collapsed.
src/game-area.h
0 → 100644
Please register or sign in to comment