Structure of GC
- From: Prasanna Kumar K <prasanna tataelxsi co in>
- To: gtk-devel-list gnome org
- Subject: Structure of GC
- Date: Mon, 21 Aug 2006 17:01:34 +0530 (IST)
struct _GdkGCX11
{
  GdkGC parent_instance;
  
  GC xgc;
  GdkScreen *screen;
  guint16 dirty_mask;
  guint have_clip_region : 1;
  guint have_clip_mask : 1;
  guint depth : 8;
};
can anyone know the structure of member GC in the above structure.
Regards,
Prasanna
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]