* clutter/win32/clutter-stage-win32.c: Updated to the new layout
authorNeil Roberts <neil@openedhand.com>
Thu, 12 Jun 2008 12:12:25 +0000 (12:12 +0000)
committerNeil Roberts <neil@openedhand.com>
Thu, 12 Jun 2008 12:12:25 +0000 (12:12 +0000)
commite4304e2d0a0d1a8822f5c54ff2ae1e29b8c63321
tree1a4074b6780441ef9a447882cbf48ea5fa1ed24b
parent8ff6cec829179c68b664848c7dedd020aaceabc3
* clutter/win32/clutter-stage-win32.c: Updated to the new layout
API. All code to do with positioning the stage has been removed so
the window is left where Windows wants to put it and it can not be
moved with clutter_actor_set_position.

* clutter/win32/clutter-stage-win32.h (ClutterStageWin32): Remove
win_xpos and win_ypos.

* clutter/win32/clutter-event-win32.c (message_translate): Remove
the handler for WM_MOVE because the stage no longer cares where it
is positioned.
ChangeLog
clutter/win32/clutter-event-win32.c
clutter/win32/clutter-stage-win32.c
clutter/win32/clutter-stage-win32.h