all repos — openbox @ 0de48102a43cb3b27148781aabdfd409d0a33270

openbox fork - make it a bit more like ryudo

remove debug prints
Dana Jansens danakj@orodu.net
commit

0de48102a43cb3b27148781aabdfd409d0a33270

parent

895cd9f43d5bca69a0f5c3411363c1ed623bb3f5

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M render/gradient.crender/gradient.c

@@ -441,8 +441,6 @@ unsigned int r,g,b;

int x, y, h=(inh/2) + 1, w=(inw/2) + 1; int val; - g_message("rectangle"); - for (y = 0; y < h; ++y) { drx = (float)(sf->data.planar.primary->r - sf->data.planar.secondary->r);

@@ -487,8 +485,6 @@ float drx, dgx, dbx, dry, dgy, dby;

unsigned int r,g,b; int x, y, h=(inh/2) + 1, w=(inw/2) + 1; int val; - - g_message("pipecross"); for (y = 0; y < h; ++y) { drx = (float)(sf->data.planar.secondary->r -