ddraw: Add possibility to ignore lights in viewport_activate.
commit6a48e405db398e913981f6082f09c4cf4cb54669
authorAlexander Dorofeyev <alexd4@inbox.lv>
Thu, 10 Apr 2008 20:11:36 +0000 (10 23:11 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Apr 2008 11:04:19 +0000 (11 13:04 +0200)
tree05bd471de1c4c6c903f10440c01fe0ca74825c28
parent7c8fa9c24f5d6d4e22dec148ffecefc9a4262a27
ddraw: Add possibility to ignore lights in viewport_activate.

Mostly NOP regarding existing functionality, but makes it possible to skip light
activation when it's not needed (like when clearing).
dlls/ddraw/ddraw_private.h
dlls/ddraw/device.c
dlls/ddraw/executebuffer.c
dlls/ddraw/viewport.c