From e53b94167901ceda2061e520610d55418c1ef74e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 14 Dec 2007 19:06:03 +0100 Subject: [PATCH] rename loadprops to client_loadprops --- client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.c b/client.c index 075005bd..31b6b82c 100644 --- a/client.c +++ b/client.c @@ -41,7 +41,7 @@ * \param ntags tags number */ static Bool -loadprops(Client * c, VirtScreen *scr) +client_loadprops(Client * c, VirtScreen *scr) { int i, ntags = 0; Tag *tag; @@ -270,7 +270,7 @@ client_manage(Window w, XWindowAttributes *wa, awesome_config *awesomeconf, int client_updatetitle(c); /* loadprops or apply rules if no props */ - if(!loadprops(c, &awesomeconf->screens[screen])) + if(!client_loadprops(c, &awesomeconf->screens[screen])) tag_client_with_rules(c, awesomeconf); screen_info = get_screen_info(awesomeconf->display, screen, NULL, NULL);