X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-input%2Fi3-input.h;h=104296cf6945db1267914e8378d26ec4094fad91;hb=26460c091a7ee5a437c67f164a2af05565f193af;hp=300cb335ccde8761ac00a94d9c83622ab9223440;hpb=cb9bbcfccff7b27e4a2cbe5e9b2bdbd6e5260bb2;p=i3%2Fi3 diff --git a/i3-input/i3-input.h b/i3-input/i3-input.h index 300cb335..104296cf 100644 --- a/i3-input/i3-input.h +++ b/i3-input/i3-input.h @@ -1,5 +1,4 @@ -#ifndef _I3_INPUT -#define _I3_INPUT +#pragma once #include @@ -13,12 +12,3 @@ while (0) extern xcb_window_t root; - -char *convert_ucs_to_utf8(char *input); -char *convert_utf8_to_ucs2(char *input, int *real_strlen); -uint32_t get_mod_mask(xcb_connection_t *conn, uint32_t keycode); -xcb_window_t open_input_window(xcb_connection_t *conn, uint32_t width, uint32_t height); -int get_font_id(xcb_connection_t *conn, char *pattern, int *font_height); -void xcb_change_gc_single(xcb_connection_t *conn, xcb_gcontext_t gc, uint32_t mask, uint32_t value); - -#endif