]> Dogcows Code - chaz/openbox/commitdiff
Merge branch 'backport' into work
authorDana Jansens <danakj@orodu.net>
Fri, 18 Dec 2009 16:39:56 +0000 (11:39 -0500)
committerDana Jansens <danakj@orodu.net>
Fri, 18 Dec 2009 16:39:56 +0000 (11:39 -0500)
Conflicts:

openbox/screen.c

1  2 
openbox/event.c
openbox/focus_cycle.c
openbox/focus_cycle_popup.c
openbox/focus_cycle_popup.h
openbox/screen.c

diff --cc openbox/event.c
Simple merge
Simple merge
Simple merge
index c289be36b35d683acb018b4eb0c847eaa01387e6,19279a62d43f2232661cd4a7ab896139648ecb5b..ad76491d52d68e99ce12e43d178cbd26d9ffee60
@@@ -44,6 -37,9 +44,9 @@@ void focus_cycle_popup_single_show(stru
                                     gboolean all_desktops,
                                     gboolean dock_windows,
                                     gboolean desktop_windows);
 -void focus_cycle_popup_single_hide();
 +void focus_cycle_popup_single_hide(void);
  
+ /*! Returns TRUE if the popup is showing the client, otherwise FALSE. */
+ gboolean focus_cycle_popup_is_showing(struct _ObClient *client);
  #endif
index aabed2149368fe0aee55b66b5ce124633077e14c,d88be432f1a26965b6103324db9d327ae79df0a1..bb98e084cadd9017c55205fe81fa6792d0a19671
  #include "frame.h"
  #include "event.h"
  #include "focus.h"
+ #include "focus_cycle.h"
  #include "popup.h"
 -#include "extensions.h"
  #include "render/render.h"
  #include "gettext.h"
 +#include "obt/display.h"
 +#include "obt/prop.h"
 +#include "obt/mainloop.h"
  
  #include <X11/Xlib.h>
  #ifdef HAVE_UNISTD_H
This page took 0.029846 seconds and 4 git commands to generate.