X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapp.hpp;h=9df61999a1ca745ec780e69d1548aac546422556;hb=844ab2cec795023439bd5f865a238c7841755af4;hp=2995ca41bb6cbeb25cef3b040bc2ac074fbf0fb3;hpb=00b37194da1eb8c39710cf9545f00d5f52b40791;p=staging%2Fwindowmanager.git diff --git a/src/app.hpp b/src/app.hpp index 2995ca4..9df6199 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -60,7 +60,6 @@ struct id_allocator { // Insert and return a new ID unsigned generate_id(std::string const &name) { unsigned sid = this->next++; - sid <<= id_shift; this->surfaces[sid] = name; // this->pending_surfaces.insert({sid}); this->names[name] = sid;