mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
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/>.
|
||||
*/
|
||||
|
||||
#ifndef META_MONITOR_PRIVATE_H
|
||||
#define META_MONITOR_PRIVATE_H
|
||||
#ifndef META_MONITOR_MANAGER_PRIVATE_H
|
||||
#define META_MONITOR_MANAGER_PRIVATE_H
|
||||
|
||||
#include <cogl/cogl.h>
|
||||
#include <libgnome-desktop/gnome-pnp-ids.h>
|
||||
@ -445,4 +445,4 @@ meta_monitor_transform_is_rotated (MetaMonitorTransform transform)
|
||||
return (transform % 2);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* META_MONITOR_MANAGER_PRIVATE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user