~vanvugt/compiz/fix-1067218

« back to all changes in this revision

Viewing changes to gtk/window-decorator/gwd-settings-interface.h

  • Committer: Tarmac
  • Author(s): Sam Spilsbury, Daniel van Vugt
  • Date: 2012-10-09 03:44:09 UTC
  • mfrom: (3409.1.12 fix-1060804)
  • Revision ID: tarmac-20121009034409-6bhq23duk31258d3
Fix numerous problems with invalid C/C++ code that prevent us from building
with clang/clang++.
(LP: #1060804). Fixes: https://bugs.launchpad.net/bugs/1060804. Approved by Daniel van Vugt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define _COMPIZ_GWD_SETTINGS_INTERFACE_H
22
22
 
23
23
#include <glib-object.h>
 
24
#include <gwd-fwd.h>
24
25
 
25
26
G_BEGIN_DECLS
26
27
 
32
33
                                                                       GWDSettingsInterface))
33
34
#define GWD_TYPE_SETTINGS_INTERFACE (gwd_settings_interface_get_type ())
34
35
 
35
 
typedef struct _GWDSettings GWDSettings;
36
36
typedef struct _GWDSettingsInterface GWDSettingsInterface;
37
37
 
38
38
struct _GWDSettingsInterface