kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=6c4a143e97defe7af1a66de0ec0bb316d69a8b01

commit 6c4a143e97defe7af1a66de0ec0bb316d69a8b01
Author: Kim Woelders <k...@woelders.dk>
Date:   Sat Dec 16 20:12:45 2017 +0100

    Add (disabled) window/pixmap dump commnd
---
 src/ipc.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/ipc.c b/src/ipc.c
index e6087f59..f164614c 100644
--- a/src/ipc.c
+++ b/src/ipc.c
@@ -1061,6 +1061,14 @@ IPC_Debug(const char *params)
             IpcPrintf("Sync off\n");
          }
      }
+#if 0
+   else if (!strncmp(param, "dump", 2))
+     {
+       l = 0;
+       sscanf(p, "%i", &l);
+       EDrawableDumpImage(l, "dump");
+     }
+#endif
 }
 
 static void

-- 


Reply via email to