Skip to content
Commit 7294fa2d authored by Karuna Grewal's avatar Karuna Grewal Committed by Robert Roth
Browse files

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
parent 2c9624cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment