Cull unused functions when compiling against librplay.
[fvwm.git] / modules / FvwmButtons / misc.h
blobe49d3ee9b1ce8c274e9fb1895702e9fea021dd8e
1 /* -*-c-*- */
2 /*
3 * FvwmButtons, copyright 1996, Jarl Totland
5 * This module, and the entire GoodStuff program, and the concept for
6 * interfacing this module to the Window Manager, are all original work
7 * by Robert Nation
9 * Copyright 1993, Robert Nation. No guarantees or warantees or anything
10 * are provided or implied in any way whatsoever. Use this program at your
11 * own risk. Permission to use this program for any purpose is given,
12 * as long as the copyright is kept intact.
17 #include <X11/Xlib.h>
18 #include <X11/Xutil.h>
20 void ConstrainSize(XSizeHints *hints, int *widthp, int *heightp);