mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- 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.
12 lines
275 B
C
12 lines
275 B
C
--- util/wmiv.c.orig 2015-08-11 18:41:14 UTC
|
|
+++ util/wmiv.c
|
|
@@ -28,7 +28,9 @@
|
|
#include <X11/Xlib.h>
|
|
#include "wraster.h"
|
|
#include <stdlib.h>
|
|
+#define __BSD_VISIBLE 1
|
|
#include <stdio.h>
|
|
+#undef __BSD_VISIBLE
|
|
#include <string.h>
|
|
#include <dirent.h>
|
|
#include <limits.h>
|