Introduction
Introduction Statistics Contact Development Disclaimer Help
tGc is not used anymore. - st - [fork] customized build of st, the simple termi…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit ace789a79fc44c1c3b629f5c0fb477c651d84a48
parent c4a9ccec19b14a6bdc980d149e2c27c30f250945
Author: Christoph Lohmann <[email protected]>
Date: Sun, 11 Nov 2012 19:46:34 +0100
Gc is not used anymore.
Diffstat:
M st.c | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/st.c b/st.c
t@@ -277,7 +277,6 @@ typedef struct {
/* Drawing Context */
typedef struct {
Colour col[LEN(colorname) < 256 ? 256 : LEN(colorname)];
- GC gc;
Font font, bfont, ifont, ibfont;
} DC;
t@@ -2398,8 +2397,6 @@ xinit(void) {
xw.xic = XCreateIC(xw.xim, XNInputStyle, XIMPreeditNothing
| XIMStatusNothing, XNClientWindow,…
XNFocusWindow, xw.win, NULL);
- /* gc */
- dc.gc = XCreateGC(xw.dpy, xw.win, 0, NULL);
/* white cursor, black outline */
cursor = XCreateFontCursor(xw.dpy, XC_xterm);
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.