~andreas-pokorny/mir/add-pixel-format-to-display-configuration

« back to all changes in this revision

Viewing changes to include/platform/mir/graphics/pixel_format_utils.h

  • Committer: Andreas Pokorny
  • Date: 2014-01-02 10:13:52 UTC
  • Revision ID: andreas.pokorny@canonical.com-20140102101352-8h3dk8o07vspc0u1
include guard syntax

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Andreas Pokorny <andreas.pokorny@canonical.com>
17
17
 */
18
18
 
19
 
#ifndef MIR_GRAPHICS_PIXEL_FORMAT_UTILS_H
20
 
#define MIR_GRAPHICS_PIXEL_FORMAT_UTILS_H
 
19
#ifndef MIR_GRAPHICS_PIXEL_FORMAT_UTILS_H_
 
20
#define MIR_GRAPHICS_PIXEL_FORMAT_UTILS_H_
21
21
 
22
22
#include "mir_toolkit/common.h"
23
23