0.014 release
[imager-screenshot.git] / Screenshot.xs
index 1892aa11e2038fc22e8b894384bdef51014a2bb7..58793dbead95dfd581995cb323dc31fe02b97653 100644 (file)
@@ -5,6 +5,9 @@
 #include "imext.h"
 #include "imperl.h"
 #include "imss.h"
+#ifdef SS_WIN32
+#include "svwin32.h"
+#endif
 
 DEFINE_IMAGER_CALLBACKS;
 
@@ -16,27 +19,29 @@ PROTOTYPES: DISABLE
 
 #ifdef SS_WIN32
 
-Imager
-imss_win32(hwnd, include_decor = 0, left = 0, top = 0, right = 0, bottom = 0)
-       unsigned hwnd
+Imager::ImgRaw
+imss_win32(hwnd, include_decor = 0, left = 0, top = 0, right = 0, bottom = 0, monitor = 0)
+       SSHWND hwnd
        int include_decor
        int left
        int top
        int right
        int bottom
+       int monitor
 
 #endif
 
 #ifdef SS_X11
 
-Imager
-imss_x11(display, window_id, left = 0, top = 0, right = 0, bottom = 0)
+Imager::ImgRaw
+imss_x11(display, window_id, left = 0, top = 0, right = 0, bottom = 0, direct = 0)
         unsigned long display
        int window_id
        int left
        int top
        int right
        int bottom
+       int direct
 
 unsigned long
 imss_x11_open(display_name = NULL)
@@ -48,5 +53,16 @@ imss_x11_close(display)
 
 #endif
 
+#ifdef SS_DARWIN
+
+Imager::ImgRaw
+imss_darwin(left = 0, top = 0, right = 0, bottom = 0)
+       int left
+       int top
+       int right
+       int bottom
+
+#endif
+
 BOOT:
-       PERL_INITIALIZE_IMAGER_CALLBACKS;
\ No newline at end of file
+       PERL_INITIALIZE_IMAGER_CALLBACKS;