mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
xkb-utils: Adds #ifdef guards for repeat includes
This adds #ifdef/#define repeat include guards for clutter-xkb-utils.h Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
d8e76c3415
commit
fd8965a710
@ -22,6 +22,9 @@
|
||||
* Damien Lespiau <damien.lespiau@intel.com>
|
||||
*/
|
||||
|
||||
#ifndef __CLUTTER_XKB_UTILS_H__
|
||||
#define __CLUTTER_XKB_UTILS_H__
|
||||
|
||||
#include <X11/extensions/XKBcommon.h>
|
||||
|
||||
#include "clutter-stage.h"
|
||||
@ -39,3 +42,5 @@ struct xkb_desc * _clutter_xkb_desc_new (const gchar *model,
|
||||
const gchar *layout,
|
||||
const gchar *variant,
|
||||
const gchar *options);
|
||||
|
||||
#endif /* __CLUTTER_XKB_UTILS_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user