Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemoving the debug print from the last commit. - surf - customized build of su…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit b4ca032b8c61402c1ccdf29a64fed4f605cbcf7e
parent 29c2ab207afe24c48aaadaf3d2b60390eed4ce6a
Author: Christoph Lohmann <[email protected]>
Date: Tue, 10 Feb 2015 19:06:56 +0100
Removing the debug print from the last commit.
Diffstat:
M surf.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -300,7 +300,6 @@ buttonrelease(WebKitWebView *web, GdkEventButton *e, Clien…
g_object_get(result, "context", &context, NULL);
g_object_get(result, "link-uri", &arg.v, NULL);
- printf("%d %d\n", context, e->button);
for(i = 0; i < LENGTH(buttons); i++) {
if(context & buttons[i].click && e->button == buttons[i].butto…
CLEANMASK(e->state) == CLEANMASK(buttons[i].mask) && buttons[i…
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.