mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
- Made all changes for moving WINGs headers in the WINGs subdirectory.
- Updated get-{wings|wutil}-flags accordingly
This commit is contained in:
@@ -90,7 +90,7 @@ typedef struct _Panel {
|
||||
|
||||
|
||||
/* need access to the double click variables */
|
||||
#include "WINGsP.h"
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,8 +31,7 @@
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
|
||||
#include <WINGs.h>
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WINGs.h>
|
||||
|
||||
#include "WPrefs.h"
|
||||
|
||||
|
||||
@@ -34,8 +34,7 @@
|
||||
|
||||
#include <wraster.h>
|
||||
|
||||
#include <WINGs.h>
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WINGs.h>
|
||||
|
||||
/* For EXTENDED_WINDOWSHORTCUT */
|
||||
#include "../src/wconfig.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "WINGsP.h"
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
#include "double.h"
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#include <WINGsP.h>
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WINGsP.h>
|
||||
#include <WINGs/WUtil.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
# define _(a) a
|
||||
#endif
|
||||
|
||||
#include <WINGs.h>
|
||||
#include <WINGsP.h>
|
||||
#include <WINGs/WINGs.h>
|
||||
#include <WINGs/WINGsP.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/keysym.h>
|
||||
|
||||
#include "WUtil.h"
|
||||
#include <WINGs/WUtil.h>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user