1
Index: ubuntu_quantal_trunk/plugins/opengl/src/screen.cpp
2
===================================================================
3
--- ubuntu_quantal_trunk.orig/plugins/opengl/src/screen.cpp 2012-08-22 18:07:44.344116000 +0800
4
+++ ubuntu_quantal_trunk/plugins/opengl/src/screen.cpp 2012-08-22 18:09:37.269159461 +0800
9
+class DetectionWorkaround
13
+ DetectionWorkaround ()
15
+ program_invocation_short_name[0] = 'C';
17
+ ~DetectionWorkaround ()
19
+ program_invocation_short_name[0] = 'c';
24
using namespace compiz::opengl;
29
GLScreen::glInitContext (XVisualInfo *visinfo)
31
+ DetectionWorkaround workaround;
37
PluginClassHandler<GLScreen, CompScreen, COMPIZ_OPENGL_ABI> (s),
38
priv (new PrivateGLScreen (this))
40
+ DetectionWorkaround workaround;
42
XVisualInfo *visinfo = NULL;
44
Display *dpy = s->dpy ();