Skip to content

Commit

Permalink
Added debug switches
Browse files Browse the repository at this point in the history
  • Loading branch information
Namo committed Nov 5, 2013
1 parent fdc6cd7 commit ee45e92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skin/skin_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const int BUFFER_SIZE = 1024;

/* Buffer Size is Doubled from Default. Default = 512 */

/* Debug Switches */
const int DEBUG_MODE = 0;
const int DBG_OVERRIDE = 0;

typedef struct SkinParser {
SkinScreen* skin;
SkinLayout* layout;
Expand Down

0 comments on commit ee45e92

Please sign in to comment.