From 9650ee1b6091dda7e120cb9331cf850341dd1b21 Mon Sep 17 00:00:00 2001 From: "gspencer@google.com" Date: Wed, 15 Jul 2009 00:00:09 +0000 Subject: This adds some infrastructure for building O3D as part of the Chrome build, and fixes some of the "AdditionalDependencies" tags to be just generic 'libraries' tags to be more general. TEST=none BUG=none Review URL: http://codereview.chromium.org/149650 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20688 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/win/main_win.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'o3d/plugin/win/main_win.cc') diff --git a/o3d/plugin/win/main_win.cc b/o3d/plugin/win/main_win.cc index d2727d7..84347a02 100644 --- a/o3d/plugin/win/main_win.cc +++ b/o3d/plugin/win/main_win.cc @@ -553,9 +553,11 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam) { break; // Ignore this message; we're reentrant. } +#if !defined(O3D_INTERNAL_PLUGIN) // TODO: Only logging for windows until we figure out the proper // mac way if (g_logger) g_logger->UpdateLogging(); +#endif // If rendering continuously, invalidate the window and force a paint if // it is visible. The paint invalidates the renderer and Tick will later -- cgit v1.1