cogl/onscreen: Indent declaration parameters to align with above
This fixes warnings from check-code-style. Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
parent
0b33663007
commit
fc7ece8a13
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ COGL_EXPORT CoglFrameInfo *
|
|||
cogl_onscreen_peek_tail_frame_info (CoglOnscreen *onscreen);
|
||||
|
||||
COGL_EXPORT CoglFrameInfo *
|
||||
cogl_onscreen_pop_head_frame_info (CoglOnscreen *onscreen);
|
||||
cogl_onscreen_pop_head_frame_info (CoglOnscreen *onscreen);
|
||||
|
||||
COGL_EXPORT unsigned int
|
||||
cogl_onscreen_get_pending_frame_count (CoglOnscreen *onscreen);
|
||||
|
|
Loading…
Reference in a new issue