]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.h
Merge branch 'master' into chaz
[chaz/openbox] / openbox / screen.h
index d15b352cf5e6858ef7ff597afe42bba21885239a..a6a3995b30a2aa3fcbbaf33ca61e73092386144c 100644 (file)
@@ -164,4 +164,12 @@ gboolean screen_pointer_pos(gint *x, gint *y);
 /*! Returns the monitor which contains the pointer device */
 guint screen_monitor_pointer(void);
 
+/*! Compare the desktop for two windows to see if they are considered on the
+  same desktop.
+  Windows that are on "all desktops" are treated like they are only on the
+  current desktop, so they are only in one place at a time.
+  @return TRUE if they are on the same desktop, FALSE otherwise.
+*/
+gboolean screen_compare_desktops(guint a, guint b);
+
 #endif
This page took 0.023866 seconds and 4 git commands to generate.