From ebe3091560a859996a9904c342c62b512b39bee0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 17 Sep 2003 08:01:37 +0000 Subject: const --- openbox/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/frame.h') diff --git a/openbox/frame.h b/openbox/frame.h index f5dd5708..f77ff35a 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -155,7 +155,7 @@ void frame_adjust_icon(ObFrame *self); void frame_grab_client(ObFrame *self, struct _ObClient *client); void frame_release_client(ObFrame *self, struct _ObClient *client); -ObFrameContext frame_context_from_string(char *name); +ObFrameContext frame_context_from_string(const gchar *name); ObFrameContext frame_context(struct _ObClient *self, Window win); -- cgit v1.2.3