]> git.sur5r.net Git - i3/i3/blobdiff - include/layout.h
Fix unaligned memory access on sparc (Thanks David Coppa)
[i3/i3] / include / layout.h
index a96aabc38432a8ff9f8d9daf46c84541d3ce7d99..1cbb783721f91f1bb26e97257c2595b770ec34ce 100644 (file)
@@ -79,7 +79,7 @@ void ignore_enter_notify_forall(xcb_connection_t *conn, Workspace *workspace,
  * Renders the given workspace on the given screen
  *
  */
-void render_workspace(xcb_connection_t *conn, i3Screen *screen, Workspace *r_ws);
+void render_workspace(xcb_connection_t *conn, Output *output, Workspace *r_ws);
 
 /**
  * Renders the whole layout, that is: Go through each screen, each workspace,