mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -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.
11 lines
321 B
C
11 lines
321 B
C
--- WINGs/wapplication.c.orig 2015-08-11 18:41:14 UTC
|
|
+++ WINGs/wapplication.c
|
|
@@ -187,7 +187,7 @@ char *WMPathForResourceOfType(const char
|
|
if (path)
|
|
goto out;
|
|
|
|
- path = checkFile("/usr/local/GNUstep", appdir, ext, resource);
|
|
+ path = checkFile(PREFIX "/GNUstep", appdir, ext, resource);
|
|
if (path)
|
|
goto out;
|
|
|