freebsd-ports/x11-wm/skippy-xd/files/patch-skippy.h
Michael Johnson fbcbddacac Add skippy-xd
Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
XFixes extensions to provide you with 'live' versions of the windows.

Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
provide an alternative when taskbars or regular task-switchers aren't the most
efficient way of switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will arrange and scale
snapshots of all windows on the current desktop and it'll let you pick a
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
Expose.

PR:		ports/66921
2005-01-12 06:57:31 +00:00

10 lines
229 B
C

--- skippy.h.orig Sat May 15 19:33:08 2004
+++ skippy.h Sat May 15 19:33:44 2004
@@ -20,6 +20,7 @@
#ifndef SKIPPY_H
#define SKIPPY_H
+#include <ft2build.h>
#include <X11/Xlib.h>
#include <X11/Xmd.h>
#include <X11/Xatom.h>