Removed debugging goo. - sam - An updated version of the sam text editor. | |
git clone git://vernunftzentrum.de/sam.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit a534a4f7c013cf21a4c6bd8e3fc9027257ad83bf | |
parent 1f5fc0950bb08cb37a2c290dee7bef704a338d8e | |
Author: Rob King <[email protected]> | |
Date: Tue, 6 Sep 2016 21:14:15 -0500 | |
Removed debugging goo. | |
Diffstat: | |
libXg/menuhit.c | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/libXg/menuhit.c b/libXg/menuhit.c | |
@@ -123,8 +123,8 @@ menuscrollpaint(Rectangle scrollr, int off, int nitem, int … | |
if(menutxt) | |
wrbitmap(menutxt, 0, 16, menutxtbits); | |
} | |
- /* XXX if(menutxt) | |
- texture(&screen, inset(r, 1), menutxt, S); */ | |
+ if(menutxt) | |
+ texture(&screen, inset(r, 1), menutxt, S); | |
} | |
int |