~ubuntu-branches/ubuntu/karmic/recordmydesktop/karmic

« back to all changes in this revision

Viewing changes to src/rmd_error.c

  • Committer: Bazaar Package Importer
  • Author(s): Alan Pope
  • Date: 2009-04-21 10:57:22 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20090421105722-6sgxtp7en3dbyjfs
Tags: upstream-0.3.8.1
ImportĀ upstreamĀ versionĀ 0.3.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
*   For further information contact me at johnvarouhakis@gmail.com            *
25
25
******************************************************************************/
26
26
 
 
27
#include "config.h"
 
28
#include "rmd_error.h"
27
29
 
28
 
#ifdef HAVE_CONFIG_H
29
 
    #include <config.h>
30
 
#endif
 
30
#include <X11/Xlib.h>
 
31
#include <X11/Xlibint.h>
31
32
 
32
33
#include <stdio.h>
33
34
#include <stdlib.h>
34
 
#include <X11/Xlib.h>
35
 
#include <X11/Xlibint.h>
36
 
#include <rmdfunc.h>
 
35
 
 
36
 
37
37
 
38
38
int rmdErrorHandler( Display *dpy, XErrorEvent *e )
39
39
{