All pastes #2129777 Raw Edit

Unnamed

public text v1 · immutable
#2129777 ·published 2012-03-19 01:46 UTC
rendered paste body
typedef struct ALLEGRO_DISPLAY_ANDROID {
   ALLEGRO_DISPLAY display;
   jobject surface_object;
   
   ALLEGRO_COND *cond;
   ALLEGRO_MUTEX *mutex;
   
   bool created;
   bool recreate;
   bool first_run;
   bool resize_acknowledge;
   bool resize_acknowledge2;
   bool resumed;
} ALLEGRO_DISPLAY_ANDROID;