]> git.sur5r.net Git - i3/i3/blobdiff - include/output.h
Introduce output_primary_name function
[i3/i3] / include / output.h
index b13c97283ff840cf5bc4eb7509118ef2d45565ea..31084da19772c74e743d7025f79a0ef6afd772cd 100644 (file)
@@ -24,6 +24,12 @@ Con *output_get_content(Con *output);
  */
 Output *get_output_from_string(Output *current_output, const char *output_str);
 
+/**
+ * Retrieves the primary name of an output.
+ *
+ */
+char *output_primary_name(Output *output);
+
 /**
  * Returns the output for the given con.
  *