[go: up one dir, main page]

Menu

[f2b791]: / src / decorations.h  Maximize  Restore  History

Download this file

30 lines (22 with data), 582 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* $Id$
* decorations.h
* Copyright (C) 1997-1999 Maciej Stachowiak and Greg J. Badros
*/
#ifndef DECORATIONS_H
#define DECORATIONS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "scwm.h"
#include "window_fwd.h"
Bool check_allowed_function(enum wm_client_functions function, ScwmWindow * t);
void SelectDecor(ScwmWindow * t, int border_width, int resize_width);
void GetOlHints(ScwmWindow * t);
void GetMwmHints(ScwmWindow * t);
#endif /* DECORATIONS_H */
/* Local Variables: */
/* tab-width: 8 */
/* c-basic-offset: 2 */
/* End: */
/* vim:ts=8:sw=2:sta
*/