X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fx11.h;h=3ccac7953c86d0da6350e4146bef303b3f03d511;hb=6d37ddaaf9915af0f483f4fc04d07b98e99e091e;hp=76c34d8a2a5c3ef64ff86283ddc8c022bcd08fff;hpb=fe158e864d3fa4b0221e9c88d8dfff0157051396;p=rocksndiamonds.git diff --git a/src/libgame/x11.h b/src/libgame/x11.h index 76c34d8a..3ccac795 100644 --- a/src/libgame/x11.h +++ b/src/libgame/x11.h @@ -60,6 +60,8 @@ typedef XClientMessageEvent ClientMessageEvent; struct X11DrawableInfo { char *source_filename; + + int width, height; Drawable drawable; Drawable clip_mask; GC gc; /* GC for normal drawing (inheritated from 'window') */