Lines Matching defs:SkinWindow
938 struct SkinWindow { struct
939 SDL_Surface* surface;
940 Layout layout;
941 SkinPos pos;
942 FingerState finger;
943 ButtonState button;
944 BallState ball;
945 char enabled;
946 char fullscreen;
947 char no_display;
949 char enable_touch;
950 char enable_trackball;
951 char enable_dpad;
952 char enable_qwerty;
954 SkinImage* onion;
955 SkinRotation onion_rotation;
956 int onion_alpha;
958 int x_pos;
959 int y_pos;
984 skin_window_find_finger( SkinWindow* window, in skin_window_find_finger() argument