aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2011-06-24 05:45:57 +0000
committerokan2011-06-24 05:45:57 +0000
commit2de7aba86f0a58b402764864d7de4af200682895 (patch)
treebe328e3380de60a30704daad69934c3e1a2e5b39 /calmwm.h
parent042dd52d9a25ab335d4aad404694a0bef8b93ebd (diff)
downloadcwm-2de7aba86f0a58b402764864d7de4af200682895.tar.gz
struct XftFont already has height which we can use directly instead of
calculating ourselves, so do so. ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 381106d..a7abad3 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: calmwm.h,v 1.128 2011/06/24 05:40:09 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.129 2011/06/24 05:45:57 okan Exp $
*/
#ifndef _CALMWM_H_
@@ -207,7 +207,6 @@ struct screen_ctx {
XftColor xftcolor;
XftDraw *xftdraw;
XftFont *font;
- u_int fontheight;
int xinerama_no;
XineramaScreenInfo *xinerama;
#define CALMWM_NGROUPS 9