summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-27 12:02:09 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-27 12:02:09 +0000
commit555d07b089f1893a3ae9534dcad7397f1fd6eedf (patch)
treedbfa59af072cb607cf373d38c2b148507fdd074b /ChangeLog
parent9490d3a6dce545d19cadcebf3e33a55b8b27e13e (diff)
downloadpcsxr-555d07b089f1893a3ae9534dcad7397f1fd6eedf.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38321 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3cd98d9..1adad9f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,11 @@ November 27, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* po/update-pot.sh: Include files from plugins/dfcdrom/cdrcfg-0.1df.
* po/pcsx.pot, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po: Updated.
* plugins/dfcdrom/cdr.h: Moved global variables into cdr-linux.c.
+ * plugins/dfxvideo/draw.c: Removed the screensaver disabling code.
+ * plugins/dfxvideo/Makefile.am: Don't link against Xtst.
+ * gui/LnxMain.c: Disable screensaver in the main emu, so that it will be
+ effective in all of the plugins.
+ * gui/Makefile.am: Added -lXext -lXtst.
November 26, 2009 Wei Mingzhi <weimingzhi@gmail.com>