diff options
Diffstat (limited to 'lib/renderers/x11')
| -rw-r--r-- | lib/renderers/x11/x11.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/renderers/x11/x11.c b/lib/renderers/x11/x11.c index 3e29efe..81ccc5d 100644 --- a/lib/renderers/x11/x11.c +++ b/lib/renderers/x11/x11.c @@ -226,7 +226,7 @@ register_renderer(struct render_api *api)      api->set_bottom = set_bottom;      api->set_monitor = set_monitor;      api->grab_keyboard = grab_keyboard; -    api->prioritory = BM_PRIO_GUI; +    api->priorty = BM_PRIO_GUI;      api->version = BM_PLUGIN_VERSION;      return "x11";  }  | 
