]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/client_menu.c
xinerama support
[chaz/openbox] / plugins / menu / client_menu.c
index 50ebc7cf6fa379bad2f1f81b3b3af55e3d10381f..aa09495ba5bd7fed3f5e5f8c8176914a7d04d249 100644 (file)
@@ -50,6 +50,8 @@ void client_menu_show(Menu *self, int x, int y, Client *client)
     newy = MAX(client->frame->area.y + client->frame->size.top, y);
     newy -= ob_rr_theme->bwidth;
     
+    /* XXX do xinerama shit like in menu.c! im not coding it now because
+       this function isnt even being used right now... */
     POINT_SET(self->location, 
              MIN(x, screen_physical_size.width - self->size.width -
                   ob_rr_theme->bwidth * 2), 
This page took 0.021747 seconds and 4 git commands to generate.