[hackers] [libdraw] removed initdraw initfont || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Tue, 10 Aug 2010 19:31:32 +0000 (UTC)

changeset: 13:92c1aa044916
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Tue Aug 10 20:31:26 2010 +0100
files: config.mk initdraw.c
description:
removed initdraw initfont

diff -r bc4fcb6b1e4b -r 92c1aa044916 config.mk
--- a/config.mk Tue Aug 10 19:47:42 2010 +0100
+++ b/config.mk Tue Aug 10 20:31:26 2010 +0100
@@ -6,7 +6,6 @@
 # paths
 PREFIX = /usr/local
 
-# Xlib
 X11INC = /usr/X11R6/include
 
 # includes
diff -r bc4fcb6b1e4b -r 92c1aa044916 initdraw.c
--- a/initdraw.c Tue Aug 10 19:47:42 2010 +0100
+++ b/initdraw.c Tue Aug 10 20:31:26 2010 +0100
@@ -14,6 +14,5 @@
                 eprintf("cannot malloc %u bytes\n", sizeof *dc);
         if(!(dc->dpy = XOpenDisplay(NULL)))
                 eprintf("cannot open display\n");
- initfont(dc, NULL);
         return dc;
 }
Received on Tue Aug 10 2010 - 21:31:32 CEST

This archive was generated by hypermail 2.2.0 : Tue Aug 10 2010 - 21:36:04 CEST