Introduction
Introduction Statistics Contact Development Disclaimer Help
No need to have self-explanatory comments - xscreenshot - screen capture tool
git clone git://git.codemadness.org/xscreenshot
Log
Files
Refs
README
LICENSE
---
commit cb982e93f664eb8052bb180a5faac8fb02718a83
parent 540d4dc0fb64b33d5f8050cc80affe513c37199e
Author: sin <[email protected]>
Date: Mon, 28 Jul 2014 12:48:33 +0100
No need to have self-explanatory comments
Diffstat:
M xscreenshot.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/xscreenshot.c b/xscreenshot.c
@@ -5,12 +5,10 @@
#include <stdlib.h>
#include <errno.h>
-/* X11 */
#include <X11/X.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-/* png */
#include <png.h>
static void
You are viewing proxied material from codemadness.org. 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.