* clutter/win32/clutter-stage-win32.c
authorNeil Roberts <neil@openedhand.com>
Wed, 25 Jun 2008 12:25:43 +0000 (12:25 +0000)
committerNeil Roberts <neil@openedhand.com>
Wed, 25 Jun 2008 12:25:43 +0000 (12:25 +0000)
commit1049959d34e195fa5ca8b26cba413f8f79d6e3dc
tree69f304bc7581ed4efb620361818f2c5f03644f00
parent09097fc81033d749db1b16da155c470685a2e190
* clutter/win32/clutter-stage-win32.c
(clutter_stage_win32_realize): Use a more direct method to choose
the best pixel format instead of ChoosePixelFormat because
otherwise if the display's depth is 16 then it will prefer the
non-accelerated software implementation when the requested depth
is 24.
ChangeLog
clutter/win32/clutter-stage-win32.c