diff options
Diffstat (limited to 'include/property.h')
-rw-r--r-- | include/property.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/property.h b/include/property.h index a5dfbc914..c77b0735e 100644 --- a/include/property.h +++ b/include/property.h @@ -45,8 +45,13 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/programs/Xserver/include/property.h,v 1.3 2001/12/14 19:59:55 dawes Exp $ */ + #ifndef PROPERTY_H #define PROPERTY_H + +#include "window.h" + typedef struct _Property *PropertyPtr; extern int ChangeWindowProperty( |