X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fx11.h;h=2ebaf86ca00d883c0e8bda78c77ce98d049b0070;hb=e77c26313b1a1e3ddd884cdda005cb6758c1a100;hp=28e8f5e80863696116e76f4456071820481b969c;hpb=8b04d496646e102dd15710ba091e2f37cadcec5e;p=rocksndiamonds.git diff --git a/src/libgame/x11.h b/src/libgame/x11.h index 28e8f5e8..2ebaf86c 100644 --- a/src/libgame/x11.h +++ b/src/libgame/x11.h @@ -75,7 +75,7 @@ struct X11DrawableInfo { char *source_filename; - int width, height; + unsigned int width, height; Drawable drawable; Drawable clip_mask; GC gc; /* GC for normal drawing (inheritated from 'window') */ @@ -198,6 +198,7 @@ struct MouseCursorInfo #define KSYM_braceright XK_braceright #define KSYM_asciitilde XK_asciitilde +#define KSYM_degree XK_degree #define KSYM_Adiaeresis XK_Adiaeresis #define KSYM_Odiaeresis XK_Odiaeresis #define KSYM_Udiaeresis XK_Udiaeresis