[clutter/msvc-support] clutter-stage-win32.c: Comply with COGL API naming
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/msvc-support] clutter-stage-win32.c: Comply with COGL API naming
- Date: Tue, 19 Jul 2011 07:11:22 +0000 (UTC)
commit f13b6b0a3a213617faf540d32d40a2f1742218fa
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Jul 19 15:27:08 2011 +0800
clutter-stage-win32.c: Comply with COGL API naming
Change from cogl_onscreen_win32_set_foreign_window to
cogl_win32_onscreen_set_foreign_window.
clutter/win32/clutter-stage-win32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/win32/clutter-stage-win32.c b/clutter/win32/clutter-stage-win32.c
index 0cdeae9..9ed74ed 100644
--- a/clutter/win32/clutter-stage-win32.c
+++ b/clutter/win32/clutter-stage-win32.c
@@ -467,7 +467,7 @@ clutter_stage_win32_realize (ClutterStageWindow *stage_window)
SetWindowLongPtrW (stage_win32->hwnd, 0, (LONG_PTR) stage_win32);
}
- cogl_onscreen_win32_set_foreign_window (stage_win32->onscreen,
+ cogl_win32_onscreen_set_foreign_window (stage_win32->onscreen,
stage_win32->hwnd);
clutter_vblank = _clutter_backend_win32_get_vblank ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]