summaryrefslogtreecommitdiff
path: root/src/rmd_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_frame.c')
-rw-r--r--src/rmd_frame.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/rmd_frame.c b/src/rmd_frame.c
index ee5c4d8..685ca12 100644
--- a/src/rmd_frame.c
+++ b/src/rmd_frame.c
@@ -42,7 +42,8 @@ void rmdDrawFrame( Display *dpy,
int screen,
Window win,
int width,
- int height) {
+ int height)
+{
GC gc;
XGCValues gcv;
@@ -78,7 +79,8 @@ void rmdDrawFrame( Display *dpy,
void rmdMoveFrame( Display *dpy,
Window win,
int x,
- int y) {
+ int y)
+{
XMoveWindow(dpy, win, x-BORDER_WIDTH, y-BORDER_WIDTH);
// XSync(pdata->dpy, False);
@@ -90,7 +92,8 @@ Window rmdFrameInit( Display *dpy,
int x,
int y,
int width,
- int height) {
+ int height)
+{
XSetWindowAttributes attribs;
XColor white, white_e;
© All Rights Reserved