1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-09 01:45:48 +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

@@ -14,7 +14,7 @@
*
*
*/
#include "WINGsP.h"
#include <WINGs/WINGsP.h>
/*
* Our public header.

View File

@@ -3,7 +3,7 @@
*/
#include "WINGs.h"
#include <WINGs/WINGs.h>
#include <unistd.h>
#include <stdio.h>

View File

@@ -1,7 +1,6 @@
#include <WINGs.h>
#include <WUtil.h>
#include <WINGs/WINGs.h>
#include "mywidget.h"

View File

@@ -13,7 +13,7 @@
#include "WINGs.h"
#include <WINGs/WINGs.h>
#include <unistd.h>
#include <stdio.h>

View File

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

View File

@@ -2,7 +2,7 @@
* WINGs test application
*/
#include "WINGs.h"
#include <WINGs/WINGs.h>
#include <stdio.h>
@@ -1206,7 +1206,6 @@ testDragAndDrop(WMScreen *scr)
/*******************************************************************/
#include "WUtil.h"
void
testUD()