]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
disable the "Go there" menu entry when its the current desktop
[chaz/openbox] / openbox / client.c
index c2ddd21a2b2e9311584db000eb859f26ab3ef3d7..fca7401c5ae0253caf270f8135e23ac449aa1da4 100644 (file)
@@ -134,7 +134,7 @@ void client_set_list()
 }
 
 /*
-  void client_foreach_transient(ObClient *self, ObClientForeachFunc func, void *data)
+  void client_foreach_transient(ObClient *self, ObClientForeachFunc func, gpointer data)
   {
   GSList *it;
 
@@ -144,7 +144,7 @@ void client_set_list()
   }
   }
 
-  void client_foreach_ancestor(ObClient *self, ObClientForeachFunc func, void *data)
+  void client_foreach_ancestor(ObClient *self, ObClientForeachFunc func, gpointer data)
   {
   if (self->transient_for) {
   if (self->transient_for != OB_TRAN_GROUP) {
@@ -2777,7 +2777,7 @@ void client_raise(ObClient *self)
 
 void client_lower(ObClient *self)
 {
-    action_run_string("Raise", self);
+    action_run_string("Lower", self);
 }
 
 gboolean client_focused(ObClient *self)
This page took 0.020848 seconds and 4 git commands to generate.