Skip to content

Commit

Permalink
Fix osx compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulion committed May 11, 2013
1 parent 1736703 commit 8c8f790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions xbmc/osx/OSXTextInputResponder.mm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#define BOOL XBMC_BOOL
#include "guilib/GUIWindowManager.h"
#include "GUIUserMessages.h"
#include "utils/log.h"
#undef BOOL

Expand Down
2 changes: 1 addition & 1 deletion xbmc/windowing/osx/WinSystemOSX.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ static void DisplayReconfigured(CGDirectDisplayID display,

if (![[g_textInputResponder superview] isEqual: parentView])
{
DLOG(@"add fieldEdit to window contentView");
// DLOG(@"add fieldEdit to window contentView");
[g_textInputResponder removeFromSuperview];
[parentView addSubview: g_textInputResponder];
[[NSApp keyWindow] makeFirstResponder: g_textInputResponder];
Expand Down

0 comments on commit 8c8f790

Please sign in to comment.