From 66c88a4b01dea729130cc32328484e1bb2b2019e Mon Sep 17 00:00:00 2001 From: iovar Date: Fri, 3 Nov 2006 05:21:36 +0000 Subject: added window manager check git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@137 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- rMD-exp/include/recordmydesktop.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rMD-exp/include/recordmydesktop.h') diff --git a/rMD-exp/include/recordmydesktop.h b/rMD-exp/include/recordmydesktop.h index 6031614..a84708d 100644 --- a/rMD-exp/include/recordmydesktop.h +++ b/rMD-exp/include/recordmydesktop.h @@ -213,6 +213,7 @@ typedef struct _ProgData{ DisplaySpecs specs;//Display specific information BRWindow brwin;//recording window Display *dpy;//curtrent display + char *window_manager;//name of the window manager at program launch XImage *image;//the image that holds the current full screenshot XImage *shimage;//the image that holds the current full screenshot(shared memory) unsigned char *dummy_pointer;//a dummy pointer to be drawn in every frame @@ -613,5 +614,6 @@ void *LoadCache(void *pdata); void SyncEncodeImageBuffer(ProgData *pdata); void CancelTimer(void); void SyncEncodeSoundBuffer(ProgData *pdata,signed char *buff); +char *rmdWMCheck(Display *dpy,Window root); #endif -- cgit v1.2.1