summaryrefslogtreecommitdiff
path: root/rMD-exp
diff options
context:
space:
mode:
Diffstat (limited to 'rMD-exp')
-rw-r--r--rMD-exp/configure.ac2
-rw-r--r--rMD-exp/src/poll_damage.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/rMD-exp/configure.ac b/rMD-exp/configure.ac
index 02d74d2..11e6243 100644
--- a/rMD-exp/configure.ac
+++ b/rMD-exp/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ(2.59)
AC_INIT(src/recordmydesktop.c)
-AM_INIT_AUTOMAKE(recordmydesktop,0.3.1,)
+AM_INIT_AUTOMAKE(recordmydesktop,0.3.2,)
AC_CONFIG_SRCDIR([src/recordmydesktop.c])
AM_CONFIG_HEADER(config.h)
diff --git a/rMD-exp/src/poll_damage.c b/rMD-exp/src/poll_damage.c
index 7ac4e52..259039f 100644
--- a/rMD-exp/src/poll_damage.c
+++ b/rMD-exp/src/poll_damage.c
@@ -32,8 +32,8 @@ void *PollDamage(void *pdata){
Damage damage;
XEvent event;
inserts=0;
-
-
+
+
damage= XDamageCreate( ((ProgData *)pdata)->dpy, ((ProgData *)pdata)->brwin.windowid, XDamageReportRawRectangles);
while(((ProgData *)pdata)->running){
//damage polling doesn't stop,eventually full image may be needed
© All Rights Reserved