3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 xcompmgr - (c) 2003 Keith Packard
18 xfwm4 - (c) 2005-2007 Olivier Fourdan
22 #ifndef INC_COMPOSITOR_H
23 #define INC_COMPOSITOR_H
35 gboolean
compositorIsUsable (DisplayInfo
*);
36 void compositorAddWindow (DisplayInfo
*,
39 gboolean
compositorSetClient (DisplayInfo
*,
42 void compositorRemoveWindow (DisplayInfo
*,
44 void compositorDamageWindow (DisplayInfo
*,
46 void compositorHandleEvent (DisplayInfo
*,
48 void compositorInitDisplay (DisplayInfo
*);
49 void compositorSetCompositeMode (DisplayInfo
*,
52 gboolean
compositorManageScreen (ScreenInfo
*);
53 void compositorUnmanageScreen (ScreenInfo
*);
54 void compositorAddAllWindows (ScreenInfo
*);
55 gboolean
compositorActivateScreen (ScreenInfo
*,
57 void compositorUpdateScreenSize (ScreenInfo
*);
59 void compositorWindowSetOpacity (DisplayInfo
*,
62 void compositorRebuildScreen (ScreenInfo
*);
63 gboolean
compositorTestServer (DisplayInfo
*);
65 #endif /* INC_COMPOSITOR_H */