summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-10-06 21:54:16 +0200
committerMikael Magnusson <mikachu@gmail.com>2014-10-11 02:13:49 +0200
commit39dfb7458a75ca502fb0c18ec0f1a107f5d51249 (patch)
tree68775241fabce04d11b92f4e4731c27209fa911d /openbox/screen.h
parentd3359676e49b558cb7c6e24ea889c037d044b79f (diff)
Pass the GravityPoint as const* instead of by value
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index 56fa6c99..6c26ce89 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -186,5 +186,5 @@ gboolean screen_compare_desktops(guint a, guint b);
* width and height are the size of the object being placed, used for
* aligning to right/bottom edges of the area. */
void screen_apply_gravity_point(gint *x, gint *y, gint width, gint height,
- GravityPoint *position, const Rect *area);
+ const GravityPoint *position, const Rect *area);
#endif