diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-01 02:56:19 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-01 02:56:19 +0000 |
commit | 9f3f574763e842bcfb2a8411d88d18baea4b3d3a (patch) | |
tree | 1de54b4920e2e732cd58a000531b034a3ec73c1a /recordmydesktop/include | |
parent | feee5500811ad81003e9324c60ade31ce6701e19 (diff) |
include/rmdtypes.h: added the frame on the pdata struct.
src/get_frame.c: select exposure events for the frame
src/poll_events.c: redraw frame on exposure events
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@446 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/rmdtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h index b84a148..317e8c5 100644 --- a/recordmydesktop/include/rmdtypes.h +++ b/recordmydesktop/include/rmdtypes.h @@ -321,6 +321,7 @@ typedef struct _ProgData{ unsigned int periodtime,//time that a sound buffer lasts (microsecs) frametime; //time that a frame lasts (microsecs) char *window_manager; //name of the window manager at program launch + Window shaped_w; //frame int list_selector, //selector for the rect_roots damage_event, //damage event base code damage_error, //damage error base code |