~3v1n0/unity/overlay-border-scale

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/ScreenEffectFramebufferObject.h

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef UNITY_SCREENEFFECT_FRAMEBUFFER_H
21
21
#define UNITY_SCREENEFFECT_FRAMEBUFFER_H
22
22
 
 
23
#ifndef USE_GLES
23
24
#include <Nux/Nux.h>
24
25
 
25
26
namespace unity
84
85
};
85
86
} // namespace unity
86
87
 
 
88
#endif // USE_GLES
87
89
#endif