all repos — fluxbox @ f99e1c6091591bc6ee46d14de25091bac55975c9

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

f99e1c6091591bc6ee46d14de25091bac55975c9

parent

ab282dded598026b441129c7f46a1ac74c472576

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Shape.ccsrc/Shape.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Shape.cc,v 1.5 2003/09/05 20:42:47 fluxgen Exp $ +// $Id: Shape.cc,v 1.6 2003/09/17 14:16:53 fluxgen Exp $ #include "Shape.hh" #include "FbTk/FbWindow.hh"

@@ -28,6 +28,7 @@ #include "FbTk/GContext.hh"

#include <cstring> +#include <X11/Xutil.h> #ifdef SHAPE #include <X11/extensions/shape.h> #endif // SHAPE