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

@@ -26,8 +26,7 @@
#include <assert.h>
#include "WINGs.h"
#include "WUtil.h"
#include <WINGs/WINGs.h>
#if HAVE_LIBINTL_H && I18N
# include <libintl.h>

View File

@@ -48,7 +48,7 @@
#include "xdnd.h"
#endif
#include "wsound.h"
#include "WINGsP.h"
#include <WINGs/WINGsP.h>
/*

View File

@@ -3376,7 +3376,7 @@ setButtonImages(WScreen *scr, WDefaultEntry *entry, int *value, void *foo)
* wmaker panels will have the same dbl-click values.
* TODO: figure a better way of dealing with it.
*/
#include "WINGsP.h"
#include <WINGs/WINGsP.h>
static int
setDoubleClick(WScreen *scr, WDefaultEntry *entry, int *value, void *foo)

View File

@@ -1,7 +1,7 @@
#include "WINGsP.h"
#include <WINGs/WINGsP.h>

View File

@@ -33,7 +33,7 @@
#include <math.h>
#include <time.h>
#include <WUtil.h>
#include <WINGs/WUtil.h>
#include <wraster.h>

View File

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

View File

@@ -29,7 +29,7 @@
#include "xutil.h"
#include <WUtil.h>
#include <WINGs/WUtil.h>
#if 0
static Atom Clipboard=0;
#endif