X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fhandlers.h;fp=include%2Fhandlers.h;h=db7d06b5fec7e172b1b8a488ec0752c7faf0987c;hb=e2ebe3e2ae8b90e52647853c4a3e9a155285e7dd;hp=b2e7ce2e9288c3751486c22d3f4964734f351297;hpb=67b213665b7f4dc5302c5f39bf0c761c3e762fc3;p=i3%2Fi3 diff --git a/include/handlers.h b/include/handlers.h index b2e7ce2e..db7d06b5 100644 --- a/include/handlers.h +++ b/include/handlers.h @@ -8,8 +8,7 @@ * …). * */ -#ifndef I3_HANDLERS_H -#define I3_HANDLERS_H +#pragma once #include @@ -63,5 +62,3 @@ int handle_window_type(void *data, xcb_connection_t *conn, uint8_t state, xcb_window_t window, xcb_atom_t atom, xcb_get_property_reply_t *property); #endif - -#endif