Revision 5f143cc3705a2d4d47a82080e946b85025ab5910
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Sat Mar 17 13:58:24 EDT 2007
o -----------------------------------------------------------------
| Revision: 5f143cc3705a2d4d47a82080e946b85025ab5910
| Ancestor: 300b3c2710bdafa8419a285699401cebbd18c54a
| Author: nosnilmot at pidgin.im
| Date: 2007-03-17T16:48:25
| Branch: im.pidgin.pidgin
|
| Modified files:
| console/libgnt/gntmain.c console/libgnt/gntwm.c
| console/libgnt/wms/s.c
|
| ChangeLog:
|
| Re-order includes to fix this compile error:
|
| In file included from gntwm.c:9:
| gntwm.h:166: error: syntax error before 'gnt_wm_get_idle_time'
| gntwm.h:166: warning: data definition has no type or storage class
| gntwm.c:1218: error: conflicting types for 'gnt_wm_get_idle_time'
| gntwm.h:166: error: previous declaration of 'gnt_wm_get_idle_time' was here
|
|
| ============================================================
| --- console/libgnt/gntmain.c dcb0ca82d0f86616e0cb4769a57656b480a44692
| +++ console/libgnt/gntmain.c 3a60c25fb0604cae00b222597d27059b8a48ce8c
| @@ -7,6 +7,9 @@
|
| #include <gmodule.h>
|
| +#include <sys/types.h>
| +#include <sys/wait.h>
| +
| #include "gnt.h"
| #include "gntbox.h"
| #include "gntcolors.h"
| @@ -29,9 +32,6 @@
| #include <ctype.h>
| #include <errno.h>
|
| -#include <sys/types.h>
| -#include <sys/wait.h>
| -
| /**
| * Notes: Interesting functions to look at:
| * scr_dump, scr_init, scr_restore: for workspaces
| ============================================================
| --- console/libgnt/gntwm.c e136d8a3f24641ab8ac336daec08bee90f906997
| +++ console/libgnt/gntwm.c 81f6b06b34381bcacfa6d14cf71d4f7e6332e1bb
| @@ -5,6 +5,10 @@
|
| #include "config.h"
|
| +#include <ctype.h>
| +#include <stdlib.h>
| +#include <string.h>
| +
| #include "gntwm.h"
| #include "gntstyle.h"
| #include "gntmarshal.h"
| @@ -15,10 +19,6 @@
| #include "gnttree.h"
| #include "gntutils.h"
|
| -#include <ctype.h>
| -#include <stdlib.h>
| -#include <string.h>
| -
| #define IDLE_CHECK_INTERVAL 5 /* 5 seconds */
|
| enum
| ============================================================
| --- console/libgnt/wms/s.c 4b2ae45e14f3333c6da99240d216465a4972ec93
| +++ console/libgnt/wms/s.c b11d02ba5629830899e04bf14c7771946e8fbd20
| @@ -1,3 +1,6 @@
| +#include <string.h>
| +#include <sys/types.h>
| +
| #include "gnt.h"
| #include "gntbox.h"
| #include "gntmenu.h"
| @@ -8,8 +11,6 @@
|
| #include "blist.h"
|
| -#include <string.h>
| -
| #define TYPE_S (s_get_gtype())
|
| typedef struct _S
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 5f143cc3705a2d4d47a82080e946b85025ab5910
More information about the Commits
mailing list