File: resource.types

package info (click to toggle)
atom4 4.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 664 kB
  • ctags: 947
  • sloc: cpp: 4,451; makefile: 52; sh: 45; perl: 6
file content (24 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# XAtom4 Resource Types
#
# $Id$
#

resource path {
}

resource GC {
}

resource xpm {
  requires xconnection*
  internal_typedef struct ximage { XImage img,mask; }
  internal_type ximage
  load {
    # ...
  }
}

resource sprite {
}