diff options
author | Richard Grenville <pyxlcy@gmail.com> | 2013-12-24 07:46:48 +0800 |
---|---|---|
committer | Richard Grenville <pyxlcy@gmail.com> | 2013-12-24 07:46:48 +0800 |
commit | 43b47ec45346c895c5c555d9771fbdfbaca387ff (patch) | |
tree | 16298b93fe0dddd995188febbea7d73bdb123f47 /compton.h | |
parent | 44a13b4e767eef1985a4a34723b7cc279e1dc160 (diff) | |
download | tdebase-43b47ec45346c895c5c555d9771fbdfbaca387ff.tar.gz tdebase-43b47ec45346c895c5c555d9771fbdfbaca387ff.zip |
Misc #152: Fix a spelling mistake
Fix a spelling mistake (xr_glx_hybird -> xr_glx_hybrid). Thanks to cju
for reporting.
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 |