4 * Copyright (c) Tuomo Valkonen 1999-2001.
5 * See the included file LICENSE for details.
8 #ifndef INCLUDED_WINPROPS_H
9 #define INCLUDED_WINPROPS_H
15 TRANSIENT_MODE_NORMAL
,
16 TRANSIENT_MODE_CURRENT
,
32 int aspect_w
, aspect_h
;
34 WWinProp
*next
, *prev
;
38 extern WWinProp
*find_winprop(const char *wclass
, const char *winstance
);
39 extern WWinProp
*find_winprop_win(Window win
);
40 extern void free_winprop(WWinProp
*winprop
);
41 extern void register_winprop(WWinProp
*winprop
);
43 #endif /* INCLUDED_WINPROPS_H */