1
0
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:
dan
2001-01-18 19:21:56 +00:00
parent 6a3b06e609
commit a20aebdef2
37 changed files with 59 additions and 57 deletions

View File

@@ -90,7 +90,7 @@ typedef struct _Panel {
/* need access to the double click variables */
#include "WINGsP.h"
#include <WINGs/WINGsP.h>

View File

@@ -31,8 +31,7 @@
#include <X11/Xlib.h>
#include <WINGs.h>
#include <WUtil.h>
#include <WINGs/WINGs.h>
#include "WPrefs.h"

View File

@@ -34,8 +34,7 @@
#include <wraster.h>
#include <WINGs.h>
#include <WUtil.h>
#include <WINGs/WINGs.h>
/* For EXTENDED_WINDOWSHORTCUT */
#include "../src/wconfig.h"

View File

@@ -4,7 +4,7 @@
*
*/
#include "WINGsP.h"
#include <WINGs/WINGsP.h>
#include "double.h"

View File

@@ -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>

View File

@@ -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>

View File

@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include "WUtil.h"
#include <WINGs/WUtil.h>