~lbrulet-8/compiz-plugins-main/fix-876591

« back to all changes in this revision

Viewing changes to workarounds/src/workarounds.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-02-24 17:34:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110224173418-b81hfllshqpciq6n
Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2007 Andrew Riedi <andrewriedi@gmail.com>
 
3
 *
 
4
 * Sticky window handling and OpenGL fixes:
 
5
 * Copyright (c) 2007 Dennis Kasprzyk <onestone@opencompositing.org>
 
6
 *
 
7
 * Ported to Compiz 0.9:
 
8
 * Copyright (c) 2008 Sam Spilsbury <smspillaz@gmail.com>
 
9
 *
 
10
 * This program is free software; you can redistribute it and/or modify
 
11
 * it under the terms of the GNU General Public License as published by
 
12
 * the Free Software Foundation; either version 2 of the License, or
 
13
 * (at your option) any later version.
 
14
 *
 
15
 * This program is distributed in the hope that it will be useful,
 
16
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
17
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
18
 * GNU General Public License for more details.
 
19
 *
 
20
 * You should have received a copy of the GNU General Public License
 
21
 * along with this program; if not, write to the Free Software
 
22
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
23
 *
 
24
 * This plug-in for Metacity-like workarounds.
 
25
 */
 
26
 
 
27
#include <string.h>
 
28
#include <limits.h>
 
29
 
 
30
#include <core/core.h>
 
31
#include <composite/composite.h>
 
32
#include <opengl/opengl.h>
 
33
#include <core/atoms.h>
 
34
#include <core/propertywriter.h>
 
35
#include <X11/Xatom.h>
 
36
#include <X11/extensions/shape.h>
 
37
 
 
38
#include "workarounds_options.h"
 
39
 
 
40
extern bool haveOpenGL;
 
41
 
 
42
typedef void (*GLProgramParameter4dvProc) (GLenum         target,
 
43
                                           GLuint         index,
 
44
                                           const GLdouble *data);
 
45
 
 
46
class WorkaroundsScreen :
 
47
    public PluginClassHandler <WorkaroundsScreen, CompScreen>,
 
48
    public ScreenInterface,
 
49
    public GLScreenInterface,
 
50
    public CompositeScreenInterface,
 
51
    public WorkaroundsOptions
 
52
{
 
53
    public:
 
54
 
 
55
        WorkaroundsScreen (CompScreen *);
 
56
        ~WorkaroundsScreen ();
 
57
 
 
58
        CompositeScreen *cScreen;
 
59
        GLScreen        *gScreen;
 
60
 
 
61
        Atom            roleAtom;
 
62
        std::list <Window> mfwList;
 
63
        CompWindowList  minimizingWindows;
 
64
        bool            skipTransients;
 
65
 
 
66
        PropertyWriter  inputDisabledAtom;
 
67
 
 
68
        GL::GLProgramParameter4fProc origProgramEnvParameter4f;
 
69
        GLProgramParameter4dvProc    programEnvParameter4dv;
 
70
 
 
71
        GL::GLXGetVideoSyncProc      origGetVideoSync;
 
72
        GL::GLXWaitVideoSyncProc     origWaitVideoSync;
 
73
 
 
74
        GL::GLXCopySubBufferProc     origCopySubBuffer;
 
75
 
 
76
        void
 
77
        handleEvent (XEvent *);
 
78
 
 
79
        void
 
80
        preparePaint (int);
 
81
 
 
82
        bool
 
83
        glPaintOutput (const GLScreenPaintAttrib &,
 
84
                       const GLMatrix            &,
 
85
                       const CompRegion          &,
 
86
                       CompOutput                *,
 
87
                       unsigned int                );
 
88
 
 
89
        void
 
90
        handleCompizEvent (const char         *pluginName,
 
91
                           const char         *eventName,
 
92
                           CompOption::Vector &o);
 
93
 
 
94
        void
 
95
        addToFullscreenList (CompWindow *w);
 
96
 
 
97
        void
 
98
        removeFromFullscreenList (CompWindow *w);
 
99
 
 
100
        void
 
101
        updateParameterFix ();
 
102
 
 
103
        void
 
104
        updateVideoSyncFix ();
 
105
 
 
106
        void
 
107
        optionChanged (CompOption                     *opt,
 
108
                       WorkaroundsOptions::Options    num);
 
109
 
 
110
        void
 
111
        checkFunctions (bool window, bool screen);
 
112
 
 
113
        void
 
114
        setWindowState (unsigned int state, Window id);
 
115
 
 
116
 
 
117
};
 
118
 
 
119
#define WORKAROUNDS_SCREEN(s)                                                  \
 
120
    WorkaroundsScreen *ws = WorkaroundsScreen::get (s)
 
121
 
 
122
class WorkaroundsWindow :
 
123
    public PluginClassHandler <WorkaroundsWindow, CompWindow>,
 
124
    public WindowInterface,
 
125
    public GLWindowInterface
 
126
{
 
127
    public:
 
128
 
 
129
        typedef struct _HideInfo {
 
130
            Window shapeWindow;
 
131
 
 
132
            unsigned long skipState;
 
133
            unsigned long shapeMask;
 
134
 
 
135
            XRectangle *inputRects;
 
136
            int        nInputRects;
 
137
            int        inputRectOrdering;
 
138
 
 
139
        } HideInfo;
 
140
 
 
141
    public:
 
142
 
 
143
        WorkaroundsWindow (CompWindow *);
 
144
        ~WorkaroundsWindow ();
 
145
 
 
146
        CompWindow      *window;
 
147
        CompositeWindow *cWindow;
 
148
        GLWindow        *gWindow;
 
149
 
 
150
        bool adjustedWinType;
 
151
        bool madeSticky;
 
152
        bool madeFullscreen;
 
153
        bool isFullscreen;
 
154
        bool madeDemandAttention;
 
155
        bool isMinimized;
 
156
 
 
157
        HideInfo *windowHideInfo;
 
158
 
 
159
        bool
 
160
        isGroupTransient (Window);
 
161
 
 
162
        void
 
163
        resizeNotify (int, int, int, int);
 
164
 
 
165
        void
 
166
        getAllowedActions (unsigned int &,
 
167
                           unsigned int &);
 
168
 
 
169
        void minimize ();
 
170
        void unminimize ();
 
171
        bool minimized ();
 
172
 
 
173
        bool glPaint (const GLWindowPaintAttrib &, const GLMatrix &,
 
174
                      const CompRegion &, unsigned int);
 
175
 
 
176
        void setVisibility (bool);
 
177
        void restoreInputShape (HideInfo *);
 
178
        void clearInputShape (HideInfo *);
 
179
 
 
180
        void
 
181
        removeSticky ();
 
182
 
 
183
        CompString
 
184
        getRoleAtom ();
 
185
 
 
186
        void
 
187
        updateSticky ();
 
188
 
 
189
        void
 
190
        updateUrgencyState ();
 
191
 
 
192
        void
 
193
        fixupFullscreen ();
 
194
 
 
195
        void
 
196
        updateFixedWindow (unsigned int newWmType);
 
197
 
 
198
        unsigned int
 
199
        getFixedWindowType ();
 
200
 
 
201
};
 
202
 
 
203
#define WORKAROUNDS_WINDOW(w)                                                  \
 
204
    WorkaroundsWindow *ww = WorkaroundsWindow::get (w)
 
205
 
 
206
class WorkaroundsPluginVTable :
 
207
    public CompPlugin::VTableForScreenAndWindow <WorkaroundsScreen,
 
208
                                                 WorkaroundsWindow>
 
209
{
 
210
    public:
 
211
 
 
212
        bool init ();
 
213
};