aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-20 10:59:25 +0000
committerTorbjörn Andersson2006-05-20 10:59:25 +0000
commit6cdd98b6179954a6ccfc40a9db5bf106a3a9b9e1 (patch)
treeba2f0a1361f04b6ec44b12d62326786e2c8f24b0 /graphics/module.mk
parent1c7c0039b5483919387943625a04646c5b6b0754 (diff)
downloadscummvm-rg350-6cdd98b6179954a6ccfc40a9db5bf106a3a9b9e1.tar.gz
scummvm-rg350-6cdd98b6179954a6ccfc40a9db5bf106a3a9b9e1.tar.bz2
scummvm-rg350-6cdd98b6179954a6ccfc40a9db5bf106a3a9b9e1.zip
After the GUI has finished, restore the old cursor palette (if any). For this
to work, cursor palette now has to be set using the new "palette manager". See graphics/paletteman.cpp svn-id: r22543
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 89b32fac19..1bf6536448 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -11,6 +11,7 @@ MODULE_OBJS := \
ilbm.o \
imagedec.o \
imageman.o \
+ paletteman.o \
primitives.o \
scaler.o \
scaler/thumbnail.o \