0.014 release
[imager-screenshot.git] / Screenshot.xs
index ecc5a3dbbd26e9c901b7d931f75ffdc85fde9693..58793dbead95dfd581995cb323dc31fe02b97653 100644 (file)
@@ -34,13 +34,14 @@ imss_win32(hwnd, include_decor = 0, left = 0, top = 0, right = 0, bottom = 0, mo
 #ifdef SS_X11
 
 Imager::ImgRaw
-imss_x11(display, window_id, left = 0, top = 0, right = 0, bottom = 0)
+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)
@@ -64,4 +65,4 @@ imss_darwin(left = 0, top = 0, right = 0, bottom = 0)
 #endif
 
 BOOT:
-       PERL_INITIALIZE_IMAGER_CALLBACKS;
\ No newline at end of file
+       PERL_INITIALIZE_IMAGER_CALLBACKS;