[hackers] [st] Merging xft and current st heads. || Christoph Lohmann

From: <hg_AT_suckless.org>
Date: Mon, 24 Sep 2012 10:26:58 +0200 (CEST)

changeset: 323:b9b4152ff76e
tag: tip
parent: 322:8502ab24caf5
parent: 321:babea360156f
user: Christoph Lohmann <20h_AT_r-36.net>
date: Mon Sep 24 10:24:36 2012 +0200
files: st.c
description:
Merging xft and current st heads.


diff -r 8502ab24caf5 -r b9b4152ff76e st.c
--- a/st.c Mon Sep 24 10:20:45 2012 +0200
+++ b/st.c Mon Sep 24 10:24:36 2012 +0200
_AT_@ -201,7 +201,7 @@
         XftDraw *xft_draw;
         Visual *vis;
         int scr;
- Bool isfixed; /* is fixed geometry? */
+ bool isfixed; /* is fixed geometry? */
         int fx, fy, fw, fh; /* fixed geometry */
         int tw, th; /* tty width and height */
         int w; /* window width */
_AT_@ -940,7 +940,7 @@
 
 void
 treset(void) {
- unsigned i;
+ uint i;
         term.c = (TCursor){{
                 .mode = ATTR_NULL,
                 .fg = DefaultFG,
_AT_@ -1603,7 +1603,7 @@
 
 void
 tputtab(bool forward) {
- unsigned x = term.c.x;
+ uint x = term.c.x;
 
         if(forward) {
                 if(x == term.col)
_AT_@ -2381,7 +2381,7 @@
 int
 main(int argc, char *argv[]) {
         int i, bitm, xr, yr;
- unsigned int wr, hr;
+ uint wr, hr;
 
         xw.fw = xw.fh = xw.fx = xw.fy = 0;
         xw.isfixed = False;
Received on Mon Sep 24 2012 - 10:26:58 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 24 2012 - 10:36:07 CEST