diff options
author | Christopher Jeffrey <[email protected]> | 2014-01-02 12:33:57 -0600 |
---|---|---|
committer | Christopher Jeffrey <[email protected]> | 2014-01-02 12:33:57 -0600 |
commit | 978dde64920e0e2357225cf0ca6e8865a44c7d7e (patch) | |
tree | 4741ff68f93b7718d73bd4069142a9555f25ce85 /compton.h | |
parent | 44a13b4e767eef1985a4a34723b7cc279e1dc160 (diff) | |
download | tdebase-978dde64920e0e2357225cf0ca6e8865a44c7d7e.tar.gz tdebase-978dde64920e0e2357225cf0ca6e8865a44c7d7e.zip |
Fix typo: s/hybird/hybrid/
Diffstat (limited to 'compton.h')
-rw-r--r-- | compton.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -686,7 +686,7 @@ static inline void set_tgt_clip(session_t *ps, XserverRegion reg, const reg_data_t *pcache_reg) { switch (ps->o.backend) { case BKEND_XRENDER: - case BKEND_XR_GLX_HYBIRD: + case BKEND_XR_GLX_HYBRID: XFixesSetPictureClipRegion(ps->dpy, ps->tgt_buffer.pict, 0, 0, reg); break; #ifdef CONFIG_VSYNC_OPENGL |