aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.c6
-rw-r--r--xutil.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/conf.c b/conf.c
index 5da4a13..fb58505 100644
--- a/conf.c
+++ b/conf.c
@@ -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: conf.c,v 1.141 2013/07/08 18:39:20 okan Exp $
+ * $OpenBSD: conf.c,v 1.142 2013/07/10 14:11:42 okan Exp $
*/
#include <sys/param.h>
@@ -99,8 +99,8 @@ static char *color_binds[] = {
void
conf_screen(struct screen_ctx *sc)
{
- int i;
- XftColor xc;
+ u_int i;
+ XftColor xc;
sc->gap = Conf.gap;
diff --git a/xutil.c b/xutil.c
index 3d8292e..5f30a0c 100644
--- a/xutil.c
+++ b/xutil.c
@@ -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: xutil.c,v 1.70 2013/07/08 15:48:16 okan Exp $
+ * $OpenBSD: xutil.c,v 1.71 2013/07/10 14:11:42 okan Exp $
*/
#include <sys/param.h>
@@ -393,7 +393,7 @@ void
xu_ewmh_handle_net_wm_state_msg(struct client_ctx *cc, int action,
Atom first, Atom second)
{
- int i;
+ u_int i;
static struct handlers {
int atom;
int property;