- Window snapping (maximize a window to a side or corder of the screen) by dragging is now supported. - It is now possible to customize behavior when a maximized window is dragged. - A knob is added to globally ignore decoration hints from GNOME appications. - A ICCCM protocol for window manager replacement has been supported.
19 lines
822 B
Text
19 lines
822 B
Text
--- WINGs/Examples/Makefile.in.orig 2015-10-06 04:12:10 UTC
|
|
+++ WINGs/Examples/Makefile.in
|
|
@@ -342,14 +342,14 @@ top_srcdir = @top_srcdir@
|
|
wprefs_bindir = @wprefs_bindir@
|
|
wprefs_datadir = @wprefs_datadir@
|
|
AUTOMAKE_OPTIONS =
|
|
-LDADD = $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la \
|
|
+LDADD = $(top_builddir)/WINGs/libWINGs.la -lwraster \
|
|
$(top_builddir)/WINGs/libWUtil.la \
|
|
@XFTLIBS@ @INTLIBS@ @XLIBS@
|
|
|
|
colorpick_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
|
fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
|
puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
|
|
-AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/src \
|
|
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@
|
|
|
|
all: all-am
|