summaryrefslogtreecommitdiff
path: root/src/manage.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-05-15 06:57:09 +0000
committersabetts <sabetts>2003-05-15 06:57:09 +0000
commit2d8945e4ee37ceee9d58e91681c6d3722a83c956 (patch)
treed996cd52065ba42dbcfb0089934303a8c604aa35 /src/manage.h
parent0271c6daa38124232902a976e082a9b21dcc7043 (diff)
downloadratpoison-2d8945e4ee37ceee9d58e91681c6d3722a83c956.zip
(struct rp_screen): rename from
screen_info. Dependant code updated.
Diffstat (limited to 'src/manage.h')
-rw-r--r--src/manage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manage.h b/src/manage.h
index c85067b..651355f 100644
--- a/src/manage.h
+++ b/src/manage.h
@@ -28,8 +28,8 @@ void clear_unmanaged_list ();
char *list_unmanaged_windows ();
void add_unmanaged_window (char *name);
int unmanaged_window (Window w);
-screen_info* current_screen ();
-void scanwins(screen_info *s);
+rp_screen* current_screen ();
+void scanwins(rp_screen *s);
void unmanage (rp_window *w);
int update_window_name (rp_window *win);
void update_normal_hints (rp_window *win);