Skip to content

Commit

Permalink
Run clang-format on xcb.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Sep 25, 2016
1 parent a2ed0e0 commit 0067ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ xcb_window_t open_fullscreen_window(xcb_connection_t *conn, xcb_screen_t *scr, c
xcb_window_t parent_win, win = xcb_generate_id(conn);
xcb_composite_get_overlay_window_cookie_t cookie;
xcb_composite_get_overlay_window_reply_t *composite_reply = 0;
xcb_generic_error_t* error = 0;
xcb_generic_error_t *error = 0;

cookie = xcb_composite_get_overlay_window(conn, scr->root);

Expand Down Expand Up @@ -137,7 +137,7 @@ xcb_window_t open_fullscreen_window(xcb_connection_t *conn, xcb_screen_t *scr, c

xcb_create_window(conn,
XCB_COPY_FROM_PARENT,
win, /* the window id */
win, /* the window id */
parent_win,
0, 0,
scr->width_in_pixels,
Expand Down

0 comments on commit 0067ae7

Please sign in to comment.