-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0013-This-Geometry-Proxy.patch
39 lines (34 loc) · 1.27 KB
/
0013-This-Geometry-Proxy.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From a2ccb93d55d28f2e6b22cadee4b074e35c5e13d3 Mon Sep 17 00:00:00 2001
From: Anupam Srivastava <ansrivastava@corp.ebay.com>
Date: Sat, 2 May 2015 14:44:02 +0530
Subject: [PATCH 13/13] This Geometry Proxy
---
libs/defaults.h | 2 +-
modules/FvwmProxy/FvwmProxy.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libs/defaults.h b/libs/defaults.h
index ad39f8b..18694cf 100644
--- a/libs/defaults.h
+++ b/libs/defaults.h
@@ -153,7 +153,7 @@
#define BROKEN_MINSIZE_LIMIT 30000
/* geometry window */
-#define GEOMETRY_WINDOW_BW 2 /* pixels */
+#define GEOMETRY_WINDOW_BW 1 /* pixels */
#define GEOMETRY_WINDOW_STRING " +8888 x +8888 "
#define GEOMETRY_WINDOW_POS_STRING " %+-4d %+-4d "
#define GEOMETRY_WINDOW_SIZE_STRING " %4d x %-4d "
diff --git a/modules/FvwmProxy/FvwmProxy.c b/modules/FvwmProxy/FvwmProxy.c
index c5f1d4c..5c74fb7 100644
--- a/modules/FvwmProxy/FvwmProxy.c
+++ b/modules/FvwmProxy/FvwmProxy.c
@@ -1225,7 +1225,7 @@ static void DrawWindow(
{
XClearWindow(dpy,proxy->proxy);
}
- RelieveRectangle(dpy,proxy->proxy, 0,0, w - 1,h - 1, hi_gc,sh_gc, 2);
+ RelieveRectangle(dpy,proxy->proxy, 0,0, w - 1,h - 1, hi_gc,sh_gc, 1);
#if 0
if (proxy->iconname != NULL)
--
2.3.6