refactor(client): lambda to method

This commit is contained in:
Alexis
2018-11-24 11:04:56 +01:00
parent 2c2a0473f4
commit 087de4e956
2 changed files with 21 additions and 18 deletions

View File

@ -29,6 +29,7 @@ class Client {
private:
void bindInterfaces();
auto setupCss();
const std::string getValidPath(std::vector<std::string> paths);
static void handleGlobal(void *data, struct wl_registry *registry,
uint32_t name, const char *interface, uint32_t version);