diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
| commit | ebe3091560a859996a9904c342c62b512b39bee0 (patch) | |
| tree | fd733567f8aec40b7b9bafecc592f0da43ed47a7 /openbox/frame.h | |
| parent | 16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88 (diff) | |
const
Diffstat (limited to 'openbox/frame.h')
| -rw-r--r-- | openbox/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
