From 97792a403a52c12c2601a7b2caebdea197f0b5f0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 23 Jun 2007 19:52:09 +0000 Subject: warp desktops when you hit the edge of the screen while moving a window --- openbox/screen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/screen.h') diff --git a/openbox/screen.h b/openbox/screen.h index 041d9ccd..c2c57f09 100644 --- a/openbox/screen.h +++ b/openbox/screen.h @@ -76,6 +76,9 @@ void screen_remove_desktop(gboolean current); guint screen_cycle_desktop(ObDirection dir, gboolean wrap, gboolean linear, gboolean dialog, gboolean done, gboolean cancel); +guint screen_find_desktop(guint from, ObDirection dir, + gboolean wrap, gboolean linear); + /*! Show/hide the desktop popup (pager) for the given desktop */ void screen_desktop_popup(guint d, gboolean show); -- cgit v1.2.3