]> Dogcows Code - chaz/openbox/blobdiff - openbox/place.h
1) translate all of openbox's output
[chaz/openbox] / openbox / place.h
index 0237232083c51cc98815a673ac8f8e4b1d05fb65..e2f1d4e40c405e540d2a7da89916165a2951433e 100644 (file)
@@ -1,7 +1,8 @@
 /* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    place.h for the Openbox window manager
-   Copyright (c) 2003        Ben Jansens
+   Copyright (c) 2006        Mikael Magnusson
+   Copyright (c) 2003-2007   Dana Jansens
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #include <glib.h>
 
 struct _ObClient;
+struct _ObAppSettings;
 
-void place_client(ObClient *client, gint *x, gint *y);
+typedef enum
+{
+    OB_PLACE_POLICY_SMART,
+    OB_PLACE_POLICY_MOUSE
+} ObPlacePolicy;
+
+gboolean place_client(struct _ObClient *client, gint *x, gint *y,
+                      struct _ObAppSettings *settings);
 
 #endif
This page took 0.021272 seconds and 4 git commands to generate.