- 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.
11 lines
498 B
Text
11 lines
498 B
Text
--- configure.orig 2015-08-11 18:52:18 UTC
|
|
+++ configure
|
|
@@ -13782,7 +13782,7 @@ case "$host" in #(
|
|
*-*-linux*|*-*-cygwin*|*-gnu*) :
|
|
WM_OSDEP="linux" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600" ;; #(
|
|
*-*-freebsd*|*-k*bsd-gnu*) :
|
|
- WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" ;; #(
|
|
+ WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=700 -DFREEBSD" ;; #(
|
|
*-*-netbsd*) :
|
|
WM_OSDEP="bsd" ; CPPFLAGS="$CPPFLAGS -DNETBSD" ;; #(
|
|
*-*-openbsd*) :
|