[Xfce4-commits] [apps/xfce4-taskmanager] 01/03: use correct type for XGetWindowProperty argument (#14402)
    noreply at xfce.org 
    noreply at xfce.org
       
    Sat May 26 22:51:08 CEST 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
l   a   n   d   r   y       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfce4-taskmanager.
commit dff8c3e07154d64efb9a8f2d5dd31384a72b19da
Author: rim <rozhuk.im at gmail.com>
Date:   Sat May 26 22:47:49 2018 +0200
    use correct type for XGetWindowProperty argument (#14402)
---
 src/process-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/process-window.c b/src/process-window.c
index de80028..b325599 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -144,7 +144,7 @@ xwininfo_clicked_cb (GtkButton *button, gpointer user_data) {
 	XID id = None;
 
 	Atom atom_NET_WM_PID;
-	long _nitems;
+	unsigned long _nitems;
 	int size;
 	Atom actual_type;
 	int actual_format;
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list