mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-09 15:24:12 +01:00
Changed the order some header files are loaded, as it seems to cause havoc
on some platforms
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/* #include <X11/Xatom.h> */
|
||||
|
||||
|
||||
#include "WINGsP.h"
|
||||
|
||||
#define VERSION_INFO(dragInfo) dragInfo->protocolVersion
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
|
||||
#include "WINGsP.h"
|
||||
#include <X11/Xatom.h>
|
||||
|
||||
#define XDND_SOURCE_RESPONSE_MAX_DELAY 3000
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
#include "../src/config.h"
|
||||
|
||||
|
||||
#include "wconfig.h"
|
||||
#include "WINGsP.h"
|
||||
|
||||
#include <X11/Xatom.h>
|
||||
#include <X11/cursorfont.h>
|
||||
@@ -6,7 +9,6 @@
|
||||
#include <X11/extensions/shape.h>
|
||||
#endif
|
||||
|
||||
#include "WINGsP.h"
|
||||
|
||||
|
||||
#define XDND_DESTINATION_RESPONSE_MAX_DELAY 10000
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
* WINGs internal handlers: timer, idle and input handlers
|
||||
*/
|
||||
|
||||
#include "wconfig.h"
|
||||
#include "WINGsP.h"
|
||||
|
||||
#include "../src/config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "../src/config.h"
|
||||
|
||||
#include "wconfig.h"
|
||||
#include "WUtil.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
#include "../src/config.h"
|
||||
#include "wconfig.h"
|
||||
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
#include "../src/config.h"
|
||||
#include "wconfig.h"
|
||||
#include "WINGsP.h"
|
||||
|
||||
#ifdef SHAPE
|
||||
|
||||
Reference in New Issue
Block a user