]> Dogcows Code - chaz/openbox/blobdiff - openbox/resist.h
separate window and screen snapping so only one or the other can be used
[chaz/openbox] / openbox / resist.h
index 4031ac24644ae49465b683f28fd44cc84b6a06a8..af89179a48014d4b9a1f5162c0fe7d2a82b609a8 100644 (file)
@@ -5,7 +5,9 @@ struct _ObClient;
 
 #include <glib.h>
 
-void resist_move(struct _ObClient *c, gint *x, gint *y);
-void resist_size(struct _ObClient *c, gint *w, gint *h, ObCorner corn);
+void resist_move_windows(struct _ObClient *c, gint *x, gint *y);
+void resist_move_monitors(struct _ObClient *c, gint *x, gint *y);
+void resist_size_windows(struct _ObClient *c, gint *w, gint *h, ObCorner corn);
+void resist_size_monitors(struct _ObClient *c, gint *w, gint *h,ObCorner corn);
 
 #endif
This page took 0.024619 seconds and 4 git commands to generate.