Skip to content

Instantly share code, notes, and snippets.

@sttts
Created July 29, 2012 15:24
Show Gist options
  • Save sttts/3199462 to your computer and use it in GitHub Desktop.
Save sttts/3199462 to your computer and use it in GitHub Desktop.
_SERVER64 test case
#define _XSERVER64
#include <X11/X.h>
#include <X11/Xproto.h>
#include <xorg/misc.h>
#include <xorg/extnsionst.h>
#include <xorg/dixstruct.h>
int main(int argc, char **argv) {
printf("%d\n", sizeof(Mask));
printf("%d\n", sizeof(ClientRec));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment