summaryrefslogtreecommitdiff
path: root/src/rmd_frame.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-10-08 01:29:12 -0700
committerVito Caputo <vcaputo@pengaru.com>2020-10-08 01:29:12 -0700
commita031634bd64c7f30c4ace5ca06a5a47600b42f47 (patch)
tree919e13ed1ba2e6443fe952288085576322748405 /src/rmd_frame.c
parentbd53002a2bf51d48992613601719d180fed09975 (diff)
*: more cosmetic formatting cleanups
Making things a bit more consistent
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