X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fx11.h;h=3ccac7953c86d0da6350e4146bef303b3f03d511;hb=1101077a226b09854650662759bf12caf7c84f8d;hp=43013b93032744ef9aa1d06ee7bff044d6399651;hpb=dfe0a71a9939e0c55bb54dcc92db1749e8e21747;p=rocksndiamonds.git diff --git a/src/libgame/x11.h b/src/libgame/x11.h index 43013b93..3ccac795 100644 --- a/src/libgame/x11.h +++ b/src/libgame/x11.h @@ -60,6 +60,7 @@ typedef XClientMessageEvent ClientMessageEvent; struct X11DrawableInfo { char *source_filename; + int width, height; Drawable drawable; Drawable clip_mask;