Skip to content

Commit

Permalink
small changes in luabinding
Browse files Browse the repository at this point in the history
  • Loading branch information
john-blackburn committed Apr 1, 2015
1 parent e49148f commit 1034e1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions luabinding/applicationbinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <gapplication.h>
#include <luautil.h>
#include <gideros.h>
#include <algorithm>

#define PORTRAIT "portrait"
#define PORTRAIT_UPSIDE_DOWN "portraitUpsideDown"
Expand All @@ -24,6 +25,12 @@
#define FIT_WIDTH "fitWidth"
#define FIT_HEIGHT "fitHeight"

#ifdef WINSTORE
#undef max
#undef min
#endif


ApplicationBinder::ApplicationBinder(lua_State* L)
{
Binder binder(L);
Expand Down
4 changes: 2 additions & 2 deletions luabinding/audiobinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <gaudio.h>
#include <gpath.h>
#include <sys/stat.h>
#include <stackchecker.h>
#include "stackchecker.h"
#include <gstdio.h>
#include <completeevent.h>
#include <luaapplication.h>
#include "luaapplication.h"

static char keyStrong = ' ';
static char keySound = ' ';
Expand Down

0 comments on commit 1034e1e

Please sign in to comment.