~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/cairo-dock-opengl.h

  • Committer: fabounet
  • Date: 2010-05-11 22:43:00 UTC
  • Revision ID: fabounet03@gmail.com-20100511224300-4flcry80uxvwqzfk
some modifications in the default theme + a workaround to get auto-hide effects working on cards that don't have an accum buffer

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        gboolean bIndirectRendering;
42
42
        gboolean bAlphaAvailable;
43
43
        gboolean bStencilBufferAvailable;
 
44
        gboolean bAccumBufferAvailable;
44
45
        gboolean bFboAvailable;
45
46
        gboolean bNonPowerOfTwoAvailable;
46
47
        gboolean bTextureFromPixmapAvailable;