[PATCH 01/11] Functions for the appicon list management

2012-06-25 Thread Rodolfo García Peñas
From cd73144c80e80cb149d032eb4f093016bec0edc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Fri, 22 Jun 2012 16:39:46 +0200 Subject: [PATCH 01/11] Functions for the appicon list management New functions: static void

[PATCH 02/11] New move_window function

2012-06-25 Thread Rodolfo García Peñas
From c260c846a57c8e70d8fb18d3e39779d948d4ca85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Fri, 22 Jun 2012 17:35:03 +0200 Subject: [PATCH 02/11] New move_window function --- src/actions.c | 20 ++-- src/dock.c|

[PATCH 03/11] New colormap header file

2012-06-25 Thread Rodolfo García Peñas
From 66dcbea59b5addc98ae7cfbaeeaf78432d8ec6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Mon, 25 Jun 2012 13:29:35 +0200 Subject: [PATCH 03/11] New colormap header file The functions for colormap are moved from funcs.h to the new file

[PATCH 08/11] Variables user_changed_* can be removed

2012-06-25 Thread Rodolfo García Peñas
From 4c1b83160ce6a25753c381e33de5223de9b01684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Mon, 25 Jun 2012 21:56:19 +0200 Subject: [PATCH 08/11] Variables user_changed_* can be removed The variables user_changed_ are set to value, but

[PATCH 09/11] window.h variables not used

2012-06-25 Thread Rodolfo García Peñas
From d10e620e7e57f43c7c33262f59d1171e4cdb40bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)?= k...@kix.es Date: Mon, 25 Jun 2012 23:06:31 +0200 Subject: [PATCH 09/11] window.h variables not used The variables waiting_save_ack and dragged_while_fmaximized are

Re: [PATCH 01/11] Functions for the appicon list management

2012-06-25 Thread Carlos R. Mafra
On Mon, 25 Jun 2012 at 23:43:45 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 01/11] Functions for the appicon list management New functions: static void add_appicon_to_appiconlist static void remove_appicon_of_appiconlist Nice. But I guess the names could be better...what about

About my last patches

2012-06-25 Thread Rodolfo kix Garcia
Hi, I was trying to work with the header files and I found that some variables and functions are not used, only declared,... Probably more people can help with this issue. Is easy, you only need open a header file and for every function/struct/var if is used. grep is your friend here: grep

Re: [PATCH 07/11] net_state_from_client can be removed

2012-06-25 Thread Carlos R. Mafra
On Mon, 25 Jun 2012 at 23:48:51 +0200, Rodolfo García Peñas wrote: Subject: [PATCH 07/11] net_state_from_client can be removed The variable net_state_from_client don't change their value in the code, therefore, we don't need check it in any if. --- src/window.h |1 - src/wmspec.c |