summaryrefslogtreecommitdiff
path: root/recordmydesktop/src/rmd_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/src/rmd_frame.c')
-rw-r--r--recordmydesktop/src/rmd_frame.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/recordmydesktop/src/rmd_frame.c b/recordmydesktop/src/rmd_frame.c
index 206e2ee..cc58d54 100644
--- a/recordmydesktop/src/rmd_frame.c
+++ b/recordmydesktop/src/rmd_frame.c
@@ -29,9 +29,13 @@
#include <X11/Xlib.h>
#include <X11/extensions/shape.h>
+#include "rmd_frame.h"
+
+
#define BORDER_WIDTH 6
#define OUTLINE_WIDTH 1
+
void rmdDrawFrame(Display *dpy,
int screen,
Window win,
© All Rights Reserved