summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_error.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_error.c')
-rw-r--r--recordmydesktop/src/rmd_error.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/recordmydesktop/src/rmd_error.c b/recordmydesktop/src/rmd_error.c
index 1640ffe..44144bf 100644
--- a/recordmydesktop/src/rmd_error.c
+++ b/recordmydesktop/src/rmd_error.c
@@ -25,13 +25,14 @@
******************************************************************************/
#include "config.h"
+#include "rmd_error.h"
-#include <stdio.h>
-#include <stdlib.h>
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
-#include "rmd_error.h"
+#include <stdio.h>
+#include <stdlib.h>
+
int rmdErrorHandler( Display *dpy, XErrorEvent *e )
© All Rights Reserved