monitor-manager: Fix private header guard
https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
parent
1650c35e38
commit
7eac28189b
@ -32,8 +32,8 @@
|
|||||||
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
* along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef META_MONITOR_PRIVATE_H
|
#ifndef META_MONITOR_MANAGER_PRIVATE_H
|
||||||
#define META_MONITOR_PRIVATE_H
|
#define META_MONITOR_MANAGER_PRIVATE_H
|
||||||
|
|
||||||
#include <cogl/cogl.h>
|
#include <cogl/cogl.h>
|
||||||
#include <libgnome-desktop/gnome-pnp-ids.h>
|
#include <libgnome-desktop/gnome-pnp-ids.h>
|
||||||
@ -445,4 +445,4 @@ meta_monitor_transform_is_rotated (MetaMonitorTransform transform)
|
|||||||
return (transform % 2);
|
return (transform % 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* META_MONITOR_MANAGER_PRIVATE_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user