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:
@@ -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>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "xdnd.h"
|
||||
#endif
|
||||
#include "wsound.h"
|
||||
#include "WINGsP.h"
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
|
||||
#include "WINGsP.h"
|
||||
#include <WINGs/WINGsP.h>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WUtil.h>
|
||||
#include <wraster.h>
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#include "xutil.h"
|
||||
|
||||
#include <WUtil.h>
|
||||
#include <WINGs/WUtil.h>
|
||||
#if 0
|
||||
static Atom Clipboard=0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user