File: xdisplay.api

package info (click to toggle)
pdp 1%3A0.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,904 kB
  • ctags: 4,405
  • sloc: ansic: 22,321; asm: 2,088; makefile: 551; perl: 145; sh: 93; cpp: 4
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- c -*- */

/* cons / des */
FUN(void, free) END

/* windows and events */
FUN(void, register_window)   ARG(zl_xwindow_p, w) END
FUN(void, unregister_window) ARG(zl_xwindow_p, w) END

FUN(void, route_events)      END