summaryrefslogtreecommitdiff
path: root/src/place.h
diff options
context:
space:
mode:
authorrhp <rhp>2001-06-24 06:47:54 +0000
committerrhp <rhp>2001-06-24 06:47:54 +0000
commit8025ecea02c9723e3a72795e4d5913ccc1e74785 (patch)
tree7733e76ac536dee9d99a3810b68c9cab5e83bd69 /src/place.h
parent1b3a58c951f08548d94420c68882b8dacbefda40 (diff)
downloadmetacity-8025ecea02c9723e3a72795e4d5913ccc1e74785.tar.gz
...
Diffstat (limited to 'src/place.h')
-rw-r--r--src/place.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/place.h b/src/place.h
new file mode 100644
index 00000000..6b79ecdc
--- /dev/null
+++ b/src/place.h
@@ -0,0 +1,39 @@
+/* Metacity window placement */
+
+/*
+ * Copyright (C) 2001 Havoc Pennington
+ *
+ * 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 the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+ * 02111-1307, USA.
+ */
+
+#ifndef META_PLACE_H
+#define META_PLACE_H
+
+#include "window.h"
+#include "frame.h"
+
+void meta_window_place (MetaWindow *window,
+ MetaFrameGeometry *fgeom,
+ int x,
+ int y,
+ int *new_x,
+ int *new_y);
+
+#endif
+
+
+
+