在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → DirectFB-1.6.1.tar.gz

DirectFB-1.6.1.tar.gz

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.04M
  • 下载次数:0
  • 浏览次数:141
  • 发布时间:2020-09-20
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
directfb1.6.1
【实例截图】
【核心代码】
DirectFB-1.6.1.tar
└── DirectFB-1.6.1
├── aclocal.m4
├── AUTHORS
├── autogen.sh
├── build-android
│   ├── Android
│   │   ├── android_keycodes.h
│   │   ├── cutils
│   │   │   └── native_handle.h
│   │   ├── hardware
│   │   │   ├── fb.h
│   │   │   ├── gralloc.h
│   │   │   └── hardware.h
│   │   └── system
│   │   ├── graphics.h
│   │   └── window.h
│   ├── clanbomber2
│   │   ├── AndroidManifest.xml
│   │   ├── jni
│   │   │   ├── Android.mk
│   │   │   └── Application.mk
│   │   ├── prepare.sh
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   └── icon.png
│   │   │   └── values
│   │   │   └── strings.xml
│   │   └── src
│   │   └── README
│   ├── common_files
│   │   ├── Application.mk
│   │   ├── icon.png
│   │   └── prepare.sh
│   ├── config.h
│   ├── df_andi
│   │   ├── AndroidManifest.xml
│   │   ├── jni
│   │   │   ├── Android.mk
│   │   │   └── Application.mk
│   │   ├── prepare.sh
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   └── icon.png
│   │   │   └── values
│   │   │   └── strings.xml
│   │   └── src
│   │   └── README
│   ├── df_window
│   │   ├── AndroidManifest.xml
│   │   ├── jni
│   │   │   ├── Android.mk
│   │   │   └── Application.mk
│   │   ├── prepare.sh
│   │   ├── res
│   │   │   ├── drawable
│   │   │   │   └── icon.png
│   │   │   └── values
│   │   │   └── strings.xml
│   │   └── src
│   │   └── README
│   ├── direct
│   │   └── build.h
│   ├── directfb_build.h
│   ├── directfb-env.mk
│   ├── directfb.mk
│   ├── fusion
│   │   └── build.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── prepare.sh
│   └── README
├── ChangeLog
├── compile
├── config.guess
├── config.h.in
├── config.sub
├── configure
├── configure.in
├── COPYING
├── data
│   ├── cursor.dat
│   ├── decker.dgiff
│   ├── Makefile.am
│   └── Makefile.in
├── depcomp
├── directfb-config.in
├── directfb-internal.pc.in
├── directfb.pc.in
├── directfb.spec
├── directfb.spec.in
├── docs
│   ├── dfbg.1.in
│   ├── directfb-csource.1.in
│   ├── directfbrc.5.in
│   ├── html
│   │   ├── dfb_logo-alpha.png
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── Makefile.am
│   ├── Makefile.in
│   └── README.screenshots
├── fb.modes
├── gfxdrivers
│   ├── ati128
│   │   ├── ati128.c
│   │   ├── ati128.h
│   │   ├── ati128_overlay.c
│   │   ├── ati128_state.c
│   │   ├── ati128_state.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   └── regs.h
│   ├── cle266
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   ├── regs2d.h
│   │   ├── regs3d.h
│   │   ├── uc_accel.c
│   │   ├── uc_accel.h
│   │   ├── uc_fifo.c
│   │   ├── uc_fifo.h
│   │   ├── uc_hw.h
│   │   ├── uc_hwmap.c
│   │   ├── uc_hwset.c
│   │   ├── uc_overlay.c
│   │   ├── uc_overlay.h
│   │   ├── uc_ovl_hwmap.c
│   │   ├── uc_ovl_hwset.c
│   │   ├── uc_primary.c
│   │   ├── uc_state.c
│   │   ├── uc_state.h
│   │   ├── unichrome.c
│   │   ├── unichrome.h
│   │   └── vidregs.h
│   ├── cyber5k
│   │   ├── cyber5k_alpha.c
│   │   ├── cyber5k_alpha.h
│   │   ├── cyber5k.c
│   │   ├── cyber5k.h
│   │   ├── cyber5k_overlay.c
│   │   ├── cyber5k_overlay.h
│   │   ├── cyber5k_underlay.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   └── regs.h
│   ├── davinci
│   │   ├── c64xdump.c
│   │   ├── davinci_2d.c
│   │   ├── davinci_2d.h
│   │   ├── davinci_c64x.c
│   │   ├── davinci_gfxdriver.c
│   │   ├── davinci_osd.c
│   │   ├── davinci_osd.h
│   │   ├── davinci_osd_pool.c
│   │   ├── davinci_osd_pool.h
│   │   ├── davinci_screen.c
│   │   ├── davinci_screen.h
│   │   ├── davinci_video.c
│   │   ├── davinci_video.h
│   │   ├── davinci_video_pool.c
│   │   ├── davinci_video_pool.h
│   │   ├── directfbrc
│   │   ├── kernel-module
│   │   │   ├── c64x
│   │   │   │   ├── c64x.c
│   │   │   │   └── Makefile
│   │   │   ├── include
│   │   │   │   └── linux
│   │   │   │   └── c64x.h
│   │   │   └── Makefile
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.kernel
│   │   └── patches
│   │   └── ti-davinci-2.6.10-mvl401-fbio_set_start.patch
│   ├── ep9x
│   │   ├── ep9x.c
│   │   ├── ep9x.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── gl
│   │   ├── gl_2d.c
│   │   ├── gl_2d.h
│   │   ├── gl_gfxdriver.c
│   │   ├── gl_gfxdriver.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── gles2
│   │   ├── gles2_2d.c
│   │   ├── gles2_2d.h
│   │   ├── gles2_gfxdriver.c
│   │   ├── gles2_gfxdriver.h
│   │   ├── gles2_shaders.c
│   │   ├── gles2_shaders.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── i810
│   │   ├── i810.c
│   │   ├── i810.h
│   │   ├── i810_overlay.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── i830
│   │   ├── i830.c
│   │   ├── i830.h
│   │   ├── i830_overlay.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── mach64
│   │   ├── mach64.c
│   │   ├── mach64.h
│   │   ├── mach64_overlay.c
│   │   ├── mach64_state.c
│   │   ├── mach64_state.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   └── regs.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── matrox
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── matrox_3d.c
│   │   ├── matrox_3d.h
│   │   ├── matrox_bes.c
│   │   ├── matrox.c
│   │   ├── matrox_crtc2.c
│   │   ├── matrox.h
│   │   ├── matrox_maven.c
│   │   ├── matrox_maven.h
│   │   ├── matrox_screen_crtc2.c
│   │   ├── matrox_spic.c
│   │   ├── matrox_state.c
│   │   ├── matrox_state.h
│   │   ├── mmio.h
│   │   └── regs.h
│   ├── neomagic
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── neo2200.c
│   │   ├── neomagic.c
│   │   ├── neomagic.h
│   │   └── neo_overlay.c
│   ├── nsc
│   │   ├── include
│   │   │   ├── gfx_regs.h
│   │   │   ├── gfx_type.h
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── nsc_galproto.h
│   │   │   └── pnl_defs.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── nsc.c
│   │   └── nsc_galfns.c
│   ├── nvidia
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── nvidia_2d.c
│   │   ├── nvidia_2d.h
│   │   ├── nvidia_3d.c
│   │   ├── nvidia_3d.h
│   │   ├── nvidia_accel.h
│   │   ├── nvidia.c
│   │   ├── nvidia.h
│   │   ├── nvidia_objects.h
│   │   ├── nvidia_overlay.c
│   │   ├── nvidia_primary.c
│   │   ├── nvidia_regs.h
│   │   ├── nvidia_state.c
│   │   └── nvidia_state.h
│   ├── omap
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── omap.c
│   │   ├── omapfb.h
│   │   ├── omap.h
│   │   └── omap_primary.c
│   ├── pvr2d
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── pvr2d_2d.c
│   │   ├── pvr2d_2d.h
│   │   ├── pvr2d_gfxdriver.c
│   │   └── pvr2d_gfxdriver.h
│   ├── pxa3xx
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── pxa3xx_blt.c
│   │   ├── pxa3xx_blt.h
│   │   ├── pxa3xx.c
│   │   ├── pxa3xx_dump.c
│   │   ├── pxa3xx-gcu.h
│   │   ├── pxa3xx.h
│   │   ├── pxa3xx_regs.h
│   │   └── pxa3xx_types.h
│   ├── radeon
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── r100_3d.c
│   │   ├── r100_state.c
│   │   ├── r200_3d.c
│   │   ├── r200_state.c
│   │   ├── r300_3d.c
│   │   ├── r300_program.h
│   │   ├── r300_state.c
│   │   ├── radeon_2d.c
│   │   ├── radeon_2d.h
│   │   ├── radeon_3d.h
│   │   ├── radeon.c
│   │   ├── radeon_chipsets.h
│   │   ├── radeon_crtc1.c
│   │   ├── radeon_crtc2.c
│   │   ├── radeon.h
│   │   ├── radeon_mmio.h
│   │   ├── radeon_overlay.c
│   │   ├── radeon_regs.h
│   │   ├── radeon_state.h
│   │   └── vertex_shader.h
│   ├── savage
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   ├── savage2000.c
│   │   ├── savage2000.h
│   │   ├── savage3d.c
│   │   ├── savage3d.h
│   │   ├── savage4.c
│   │   ├── savage4.h
│   │   ├── savage_bci.h
│   │   ├── savage.c
│   │   ├── savage.h
│   │   ├── savage_streams_old.c
│   │   └── savage_streams_old.h
│   ├── sh772x
│   │   ├── directfbrc.sh7722
│   │   ├── directfbrc.sh7723
│   │   ├── kernel-module
│   │   │   ├── Makefile
│   │   │   ├── sh7722.c
│   │   │   ├── sh7722.h
│   │   │   ├── sh7723.c
│   │   │   ├── sh7723.h
│   │   │   ├── sh772x_driver.c
│   │   │   └── sh772x_gfx.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── Makefile.kernel
│   │   ├── README.sh7722
│   │   ├── sh7722_blt.c
│   │   ├── sh7722_blt.h
│   │   ├── sh7722.c
│   │   ├── sh7722.h
│   │   ├── sh7722_jpeg.c
│   │   ├── sh7722_layer.c
│   │   ├── sh7722_layer.h
│   │   ├── sh7722_lcd.c
│   │   ├── sh7722_lcd.h
│   │   ├── sh7722_multi.c
│   │   ├── sh7722_multi.h
│   │   ├── sh7722_regs.h
│   │   ├── sh7722_screen.c
│   │   ├── sh7722_screen.h
│   │   ├── sh7722_types.h
│   │   ├── sh7723_blt.c
│   │   └── sh7723_blt.h
│   ├── sis315
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── sis315_accel.c
│   │   ├── sis315_accel.h
│   │   ├── sis315.c
│   │   ├── sis315_compat.h
│   │   ├── sis315.h
│   │   ├── sis315_mmio.c
│   │   ├── sis315_mmio.h
│   │   ├── sis315_regs.h
│   │   ├── sis315_state.c
│   │   └── sis315_state.h
│   ├── tdfx
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── tdfx.c
│   │   └── tdfx.h
│   ├── unichrome
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mmio.h
│   │   ├── regs2d.h
│   │   ├── regs3d.h
│   │   ├── uc_accel.c
│   │   ├── uc_accel.h
│   │   ├── uc_fifo.c
│   │   ├── uc_fifo.h
│   │   ├── uc_hw.h
│   │   ├── uc_hwmap.c
│   │   ├── uc_hwset.c
│   │   ├── uc_ioctl.h
│   │   ├── uc_overlay.c
│   │   ├── uc_overlay.h
│   │   ├── uc_ovl_hwmap.c
│   │   ├── uc_ovl_hwset.c
│   │   ├── uc_primary.c
│   │   ├── uc_probe.h
│   │   ├── uc_spic.c
│   │   ├── uc_state.c
│   │   ├── uc_state.h
│   │   ├── unichrome.c
│   │   ├── unichrome.h
│   │   └── vidregs.h
│   ├── vdpau
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── vdpau_2d.c
│   │   ├── vdpau_2d.h
│   │   ├── vdpau_gfxdriver.c
│   │   └── vdpau_gfxdriver.h
│   └── vmware
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── vmware_2d.c
│   ├── vmware_2d.h
│   ├── vmware_gfxdriver.c
│   └── vmware_gfxdriver.h
├── include
│   ├── dfb_types.h
│   ├── dfiff.h
│   ├── dgiff.h
│   ├── directfb_build.h
│   ├── directfb_build.h.in
│   ├── directfbgl2.h
│   ├── directfbgl.h
│   ├── directfb.h
│   ├── directfb_keyboard.h
│   ├── directfb_keynames.h
│   ├── directfb_strings.h
│   ├── directfb_util.h
│   ├── directfb_version.h
│   ├── directfb_version.h.in
│   ├── directfb_water.h
│   ├── directfb_windows.h
│   ├── Makefile.am
│   └── Makefile.in
├── inputdrivers
│   ├── dbox2remote
│   │   ├── dbox2remote.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── dreamboxremote
│   │   ├── dreamboxremote.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── dynapro
│   │   ├── dynapro.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── elo
│   │   ├── elo.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── gunze
│   │   ├── gunze.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── h3600_ts
│   │   ├── h3600_ts.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── input_hub
│   │   ├── input_hub_driver.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── joystick
│   │   ├── joystick.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── keyboard
│   │   ├── keyboard.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── linux_input
│   │   ├── input_fake.h
│   │   ├── linux_input.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── lirc
│   │   ├── lirc.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mutouch
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── mutouch.c
│   ├── penmount
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── penmount.c
│   ├── ps2mouse
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── ps2mouse.c
│   ├── serialmouse
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── serialmouse.c
│   ├── sonypi
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── sonypi.c
│   ├── tslib
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── tslib.c
│   ├── ucb1x00_ts
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── ucb1x00_ts.c
│   ├── wm97xx_ts
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── wm97xx_ts.c
│   └── zytronic
│   ├── Makefile.am
│   ├── Makefile.in
│   └── zytronic.c
├── INSTALL
├── install-sh
├── interfaces
│   ├── ICoreResourceManager
│   │   ├── icoreresourcemanager_test.c
│   │   ├── icoreresourcemanager_test_client.c
│   │   ├── icoreresourcemanager_test_client.h
│   │   ├── icoreresourcemanager_test.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── IDirectFBFont
│   │   ├── idirectfbfont_dgiff.c
│   │   ├── idirectfbfont_ft2.c
│   │   ├── idirectfbfont_lino.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── IDirectFBImageProvider
│   │   ├── idirectfbimageprovider_bmp.c
│   │   ├── idirectfbimageprovider_dfiff.c
│   │   ├── idirectfbimageprovider_gif.c
│   │   ├── idirectfbimageprovider_imlib2.c
│   │   ├── idirectfbimageprovider_jpeg2000.c
│   │   ├── idirectfbimageprovider_jpeg.c
│   │   ├── idirectfbimageprovider_mpeg2.c
│   │   ├── idirectfbimageprovider_png.c
│   │   ├── idirectfbimageprovider_pnm.c
│   │   ├── idirectfbimageprovider_svg.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   └── mpeg2
│   │   ├── getbits.c
│   │   ├── getblk.c
│   │   ├── gethdr.c
│   │   ├── getpic.c
│   │   ├── getvlc.c
│   │   ├── getvlc.h
│   │   ├── global.h
│   │   ├── idct.c
│   │   ├── idctref.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── motion.c
│   │   ├── mpeg2dec.c
│   │   ├── mpeg2dec.h
│   │   ├── recon.c
│   │   ├── store.c
│   │   └── systems.c
│   ├── IDirectFBVideoProvider
│   │   ├── idirectfbvideoprovider_gif.c
│   │   ├── idirectfbvideoprovider_mng.c
│   │   ├── idirectfbvideoprovider_v4l.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── videodev2.h
│   │   └── videodev.h
│   ├── IDirectFBWindows
│   │   ├── idirectfbwindows_default.c
│   │   ├── idirectfbwindows_default.h
│   │   ├── idirectfbwindows_dispatcher.c
│   │   ├── idirectfbwindows_dispatcher.h
│   │   ├── idirectfbwindows_requestor.c
│   │   ├── idirectfbwindows_requestor.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── IWater
│   │   ├── elements.c
│   │   ├── elements.h
│   │   ├── iwater_default.c
│   │   ├── iwater_default.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── transform.c
│   │   ├── transform.h
│   │   ├── util.c
│   │   └── util.h
│   ├── Makefile.am
│   └── Makefile.in
├── lib
│   ├── direct
│   │   ├── armasm_memcpy.h
│   │   ├── armasm_memcpy.S
│   │   ├── atomic.h
│   │   ├── build.h
│   │   ├── build.h.in
│   │   ├── clock.c
│   │   ├── clock.h
│   │   ├── compiler.h
│   │   ├── conf.c
│   │   ├── conf.h
│   │   ├── debug.c
│   │   ├── debug.h
│   │   ├── direct.c
│   │   ├── direct.h
│   │   ├── direct.pc.in
│   │   ├── direct_result.c
│   │   ├── fastlz.c
│   │   ├── fastlz.h
│   │   ├── fifo.c
│   │   ├── fifo.h
│   │   ├── filesystem.h
│   │   ├── flz.c
│   │   ├── flz.h
│   │   ├── hash.c
│   │   ├── hash.h
│   │   ├── init.c
│   │   ├── init.h
│   │   ├── interface.c
│   │   ├── interface.h
│   │   ├── interface_implementation.h
│   │   ├── kernelmod.c
│   │   ├── list.c
│   │   ├── list.h
│   │   ├── log.c
│   │   ├── log_domain.c
│   │   ├── log_domain.h
│   │   ├── log.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── map.c
│   │   ├── map.h
│   │   ├── mem.c
│   │   ├── memcpy.c
│   │   ├── memcpy.h
│   │   ├── mem.h
│   │   ├── messages.c
│   │   ├── messages.h
│   │   ├── modules.c
│   │   ├── modules.h
│   │   ├── os
│   │   │   ├── clock.h
│   │   │   ├── filesystem.h
│   │   │   ├── linux
│   │   │   │   └── glibc
│   │   │   │   ├── clock.c
│   │   │   │   ├── deprecated.c
│   │   │   │   ├── filesystem.c
│   │   │   │   ├── filesystem.h
│   │   │   │   ├── log.c
│   │   │   │   ├── Makefile.am
│   │   │   │   ├── Makefile.in
│   │   │   │   ├── mem.c
│   │   │   │   ├── mutex.c
│   │   │   │   ├── mutex.h
│   │   │   │   ├── signals.c
│   │   │   │   ├── system.c
│   │   │   │   ├── thread.c
│   │   │   │   ├── thread.h
│   │   │   │   ├── types.h
│   │   │   │   ├── util.c
│   │   │   │   └── waitqueue.h
│   │   │   ├── log.h
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── mem.h
│   │   │   ├── mutex.h
│   │   │   ├── signals.h
│   │   │   ├── system.h
│   │   │   ├── thread.h
│   │   │   ├── types.h
│   │   │   └── waitqueue.h
│   │   ├── ppc_asm.h
│   │   ├── ppcasm_memcpy_cachable.S
│   │   ├── ppcasm_memcpy.h
│   │   ├── ppcasm_memcpy.S
│   │   ├── print.c
│   │   ├── print.h
│   │   ├── processor.c
│   │   ├── processor.h
│   │   ├── result.c
│   │   ├── result.h
│   │   ├── serial.c
│   │   ├── serial.h
│   │   ├── signals.c
│   │   ├── signals.h
│   │   ├── stream.c
│   │   ├── stream.h
│   │   ├── system.c
│   │   ├── system.h
│   │   ├── thread.c
│   │   ├── thread.h
│   │   ├── trace.c
│   │   ├── trace.h
│   │   ├── tree.c
│   │   ├── tree.h
│   │   ├── types.h
│   │   ├── utf8.c
│   │   ├── utf8.h
│   │   ├── util.c
│   │   ├── util.h
│   │   ├── uuid.c
│   │   └── uuid.h
│   ├── fusion
│   │   ├── arena.c
│   │   ├── arena.h
│   │   ├── build.h
│   │   ├── build.h.in
│   │   ├── call.c
│   │   ├── call.h
│   │   ├── conf.c
│   │   ├── conf.h
│   │   ├── fusion.c
│   │   ├── fusion.h
│   │   ├── fusion_internal.h
│   │   ├── fusion.pc.in
│   │   ├── hash.c
│   │   ├── hash.h
│   │   ├── init.c
│   │   ├── init.h
│   │   ├── lock.c
│   │   ├── lock.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── object.c
│   │   ├── object.h
│   │   ├── property.c
│   │   ├── property.h
│   │   ├── protocol.h
│   │   ├── reactor.c
│   │   ├── reactor.h
│   │   ├── ref.c
│   │   ├── ref.h
│   │   ├── shm
│   │   │   ├── fake.c
│   │   │   ├── heap.c
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── pool.c
│   │   │   ├── pool.h
│   │   │   ├── shm.c
│   │   │   ├── shm.h
│   │   │   └── shm_internal.h
│   │   ├── shmalloc.c
│   │   ├── shmalloc.h
│   │   ├── types.h
│   │   ├── vector.c
│   │   └── vector.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── One
│   │   ├── linux-one
│   │   │   ├── ChangeLog
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── Makefile.static
│   │   │   ├── README
│   │   │   └── TODO
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── One.c
│   │   ├── One.h
│   │   ├── one.pc.in
│   │   ├── OneQueue.h
│   │   ├── OneThread.h
│   │   └── OneTypes.h
│   └── voodoo
│   ├── app.h
│   ├── build.h
│   ├── build.h.in
│   ├── client.c
│   ├── client.h
│   ├── conf.c
│   ├── conf.h
│   ├── connection.cpp
│   ├── connection.h
│   ├── connection_link.cpp
│   ├── connection_link.h
│   ├── connection_packet.cpp
│   ├── connection_packet.h
│   ├── connection_raw.cpp
│   ├── connection_raw.h
│   ├── dispatcher.cpp
│   ├── dispatcher.h
│   ├── init.c
│   ├── init.h
│   ├── instance.cpp
│   ├── instance.h
│   ├── interface.c
│   ├── interface.h
│   ├── internal.h
│   ├── ivoodooplayer.c
│   ├── ivoodooplayer_dispatcher.c
│   ├── ivoodooplayer_dispatcher.h
│   ├── ivoodooplayer.h
│   ├── ivoodooplayer_requestor.c
│   ├── link.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── manager_c.cpp
│   ├── manager.cpp
│   ├── manager.h
│   ├── message.h
│   ├── packet.h
│   ├── play.c
│   ├── play.h
│   ├── play_internal.h
│   ├── play_server.c
│   ├── play_server.h
│   ├── server.c
│   ├── server.h
│   ├── TODO
│   ├── types.h
│   ├── unix
│   │   ├── interfaces_unix.c
│   │   ├── link_unix.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   └── voodoo.pc.in
├── ltmain.sh
├── m4
│   └── as-ac-expand.m4
├── Makefile.am
├── Makefile.in
├── missing
├── NEWS
├── patches
│   ├── davincifb-triple-osd0-2.6.10.patch.bz2
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── matroxfb-full-memory-linux-2.4.21-rc2.patch.bz2
│   ├── matroxfb-g400-clock-2.4.22.patch.bz2
│   ├── matroxfb-vsync-irq-2.4.20.patch.bz2
│   ├── matroxfb-vsync-irq-2.4.21-pre6.patch.bz2
│   ├── README.davincifb
│   ├── README.fusion
│   ├── README.matroxfb-vsync-irq-patch
│   ├── README.savagefb
│   ├── savagefb-0.3.2-linux-2.4.26.patch.bz2
│   ├── savagefb-0.4.0-linux-2.4.19.patch.bz2
│   ├── savagefb-0.4.0-linux-2.4.21-rc2.patch.bz2
│   └── vmwarefb-0.7.0-linux-2.4.22.patch.bz2
├── proxy
│   ├── dispatcher
│   │   ├── idirectfbdatabuffer_dispatcher.c
│   │   ├── idirectfbdatabuffer_dispatcher.h
│   │   ├── idirectfb_dispatcher.c
│   │   ├── idirectfb_dispatcher.h
│   │   ├── idirectfbdisplaylayer_dispatcher.c
│   │   ├── idirectfbdisplaylayer_dispatcher.h
│   │   ├── idirectfbeventbuffer_dispatcher.c
│   │   ├── idirectfbeventbuffer_dispatcher.h
│   │   ├── idirectfbfont_dispatcher.c
│   │   ├── idirectfbfont_dispatcher.h
│   │   ├── idirectfbimageprovider_dispatcher.c
│   │   ├── idirectfbimageprovider_dispatcher.h
│   │   ├── idirectfbinputdevice_dispatcher.c
│   │   ├── idirectfbinputdevice_dispatcher.h
│   │   ├── idirectfbpalette_dispatcher.c
│   │   ├── idirectfbpalette_dispatcher.h
│   │   ├── idirectfbscreen_dispatcher.c
│   │   ├── idirectfbscreen_dispatcher.h
│   │   ├── idirectfbsurface_dispatcher.c
│   │   ├── idirectfbsurface_dispatcher.h
│   │   ├── idirectfbwindow_dispatcher.c
│   │   ├── idirectfbwindow_dispatcher.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── Makefile.am
│   ├── Makefile.in
│   └── requestor
│   ├── idirectfbdatabuffer_requestor.c
│   ├── idirectfbdisplaylayer_requestor.c
│   ├── idirectfbdisplaylayer_requestor.h
│   ├── idirectfbeventbuffer_requestor.c
│   ├── idirectfbeventbuffer_requestor.h
│   ├── idirectfbfont_requestor.c
│   ├── idirectfbfont_requestor.h
│   ├── idirectfbimageprovider_requestor.c
│   ├── idirectfbinputdevice_requestor.c
│   ├── idirectfbinputdevice_requestor.h
│   ├── idirectfbpalette_requestor.c
│   ├── idirectfbpalette_requestor.h
│   ├── idirectfb_requestor.c
│   ├── idirectfbscreen_requestor.c
│   ├── idirectfbsurface_requestor.c
│   ├── idirectfbsurface_requestor.h
│   ├── idirectfbwindow_requestor.c
│   ├── idirectfbwindow_requestor.h
│   ├── Makefile.am
│   └── Makefile.in
├── README
├── rules
│   ├── flux_comp.make
│   ├── libobject.make
│   ├── Makefile.am
│   ├── Makefile.in
│   └── nmfile.make
├── src
│   ├── core
│   │   ├── clipboard.c
│   │   ├── clipboard.h
│   │   ├── colorhash.c
│   │   ├── colorhash.h
│   │   ├── core.c
│   │   ├── coredefs.h
│   │   ├── CoreDFB_CallMode.h
│   │   ├── CoreDFB.cpp
│   │   ├── CoreDFB.h
│   │   ├── CoreDFB_includes.h
│   │   ├── CoreDFB_real.cpp
│   │   ├── CoreGraphicsStateClient.c
│   │   ├── CoreGraphicsStateClient.h
│   │   ├── CoreGraphicsState.cpp
│   │   ├── CoreGraphicsState.h
│   │   ├── CoreGraphicsState_includes.h
│   │   ├── CoreGraphicsState_real.cpp
│   │   ├── core.h
│   │   ├── CoreInputDevice.cpp
│   │   ├── CoreInputDevice.h
│   │   ├── CoreInputDevice_includes.h
│   │   ├── CoreInputDevice_real.cpp
│   │   ├── CoreLayerContext.cpp
│   │   ├── CoreLayerContext.h
│   │   ├── CoreLayerContext_includes.h
│   │   ├── CoreLayerContext_real.cpp
│   │   ├── CoreLayer.cpp
│   │   ├── CoreLayer.h
│   │   ├── CoreLayer_includes.h
│   │   ├── CoreLayer_real.cpp
│   │   ├── CoreLayerRegion.cpp
│   │   ├── CoreLayerRegion.h
│   │   ├── CoreLayerRegion_includes.h
│   │   ├── CoreLayerRegion_real.cpp
│   │   ├── CorePalette.cpp
│   │   ├── CorePalette.h
│   │   ├── CorePalette_includes.h
│   │   ├── CorePalette_real.cpp
│   │   ├── core_parts.c
│   │   ├── core_parts.h
│   │   ├── CoreScreen.cpp
│   │   ├── CoreScreen.h
│   │   ├── CoreScreen_includes.h
│   │   ├── CoreScreen_real.cpp
│   │   ├── CoreSlave.cpp
│   │   ├── CoreSlave.h
│   │   ├── CoreSlave_includes.h
│   │   ├── CoreSlave_real.cpp
│   │   ├── CoreSurfaceClient.cpp
│   │   ├── CoreSurfaceClient.h
│   │   ├── CoreSurfaceClient_includes.h
│   │   ├── CoreSurfaceClient_real.cpp
│   │   ├── CoreSurface.cpp
│   │   ├── CoreSurface.h
│   │   ├── CoreSurface_includes.h
│   │   ├── CoreSurface_real.cpp
│   │   ├── core_system.h
│   │   ├── coretypes.h
│   │   ├── CoreWindow.cpp
│   │   ├── CoreWindow.h
│   │   ├── CoreWindow_includes.h
│   │   ├── CoreWindow_real.cpp
│   │   ├── CoreWindowStack.cpp
│   │   ├── CoreWindowStack.h
│   │   ├── CoreWindowStack_includes.h
│   │   ├── CoreWindowStack_real.cpp
│   │   ├── fonts.c
│   │   ├── fonts.h
│   │   ├── gfxcard.c
│   │   ├── gfxcard.h
│   │   ├── graphics_driver.h
│   │   ├── graphics_state.c
│   │   ├── graphics_state.h
│   │   ├── input.c
│   │   ├── input_driver.h
│   │   ├── input.h
│   │   ├── input_hub.c
│   │   ├── input_hub.h
│   │   ├── Interface.h
│   │   ├── layer_context.c
│   │   ├── layer_context.h
│   │   ├── layer_control.c
│   │   ├── layer_control.h
│   │   ├── layer_region.c
│   │   ├── layer_region.h
│   │   ├── layers.c
│   │   ├── layers.h
│   │   ├── layers_internal.h
│   │   ├── local_surface_pool.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── palette.c
│   │   ├── palette.h
│   │   ├── prealloc_surface_pool_bridge.c
│   │   ├── prealloc_surface_pool.c
│   │   ├── screen.c
│   │   ├── screen.h
│   │   ├── screens.c
│   │   ├── screens.h
│   │   ├── screens_internal.h
│   │   ├── shared_secure_surface_pool.c
│   │   ├── shared_surface_pool.c
│   │   ├── state.c
│   │   ├── state.h
│   │   ├── surface_allocation.c
│   │   ├── surface_allocation.h
│   │   ├── surface_buffer.c
│   │   ├── surface_buffer.h
│   │   ├── surface.c
│   │   ├── surface_client.c
│   │   ├── surface_client.h
│   │   ├── surface_core.c
│   │   ├── surface_core.h
│   │   ├── surface.h
│   │   ├── surface_pool_bridge.c
│   │   ├── surface_pool_bridge.h
│   │   ├── surface_pool.c
│   │   ├── surface_pool.h
│   │   ├── system.c
│   │   ├── system.h
│   │   ├── windows.c
│   │   ├── windows.h
│   │   ├── windows_internal.h
│   │   ├── windowstack.c
│   │   ├── windowstack.h
│   │   ├── wm.c
│   │   ├── wm.h
│   │   └── wm_module.h
│   ├── directfb.c
│   ├── directfb_result.c
│   ├── display
│   │   ├── idirectfbdisplaylayer.c
│   │   ├── idirectfbdisplaylayer.h
│   │   ├── idirectfbpalette.c
│   │   ├── idirectfbpalette.h
│   │   ├── idirectfbscreen.c
│   │   ├── idirectfbscreen.h
│   │   ├── idirectfbsurface.c
│   │   ├── idirectfbsurface.h
│   │   ├── idirectfbsurface_layer.c
│   │   ├── idirectfbsurface_layer.h
│   │   ├── idirectfbsurface_window.c
│   │   ├── idirectfbsurface_window.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── dummy.cpp
│   ├── gfx
│   │   ├── clip.c
│   │   ├── clip.h
│   │   ├── convert.c
│   │   ├── convert.h
│   │   ├── generic
│   │   │   ├── duffs_device.h
│   │   │   ├── generic_64.h
│   │   │   ├── generic_blit.c
│   │   │   ├── generic.c
│   │   │   ├── generic_draw_line.c
│   │   │   ├── generic_dummy.c
│   │   │   ├── generic_fill_rectangle.c
│   │   │   ├── generic.h
│   │   │   ├── generic_mmx.h
│   │   │   ├── generic_stretch_blit.c
│   │   │   ├── generic_texture_triangles.c
│   │   │   ├── generic_util.c
│   │   │   ├── Makefile.am
│   │   │   ├── Makefile.in
│   │   │   ├── stretch_hvx_16.h
│   │   │   ├── stretch_hvx_32.h
│   │   │   ├── stretch_hvx_88.h
│   │   │   ├── stretch_hvx_8.h
│   │   │   ├── stretch_hvx_N.h
│   │   │   ├── stretch_up_down_16.h
│   │   │   ├── stretch_up_down_32.h
│   │   │   ├── stretch_up_down_32_indexed.h
│   │   │   ├── stretch_up_down_88.h
│   │   │   ├── stretch_up_down_8.h
│   │   │   ├── stretch_up_down_table.h
│   │   │   ├── template_acc_16.h
│   │   │   ├── template_acc_24.h
│   │   │   ├── template_acc_32.h
│   │   │   ├── template_colorkey_16.h
│   │   │   ├── template_colorkey_24.h
│   │   │   └── template_colorkey_32.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── util.c
│   │   └── util.h
│   ├── idirectfb.c
│   ├── idirectfb.h
│   ├── init.c
│   ├── init.h
│   ├── input
│   │   ├── idirectfbinputbuffer.c
│   │   ├── idirectfbinputbuffer.h
│   │   ├── idirectfbinputdevice.c
│   │   ├── idirectfbinputdevice.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── media
│   │   ├── DataBuffer.cpp
│   │   ├── DataBuffer.h
│   │   ├── DataBuffer_includes.h
│   │   ├── DataBuffer_real.cpp
│   │   ├── idirectfbdatabuffer.c
│   │   ├── idirectfbdatabuffer_client.c
│   │   ├── idirectfbdatabuffer_client.h
│   │   ├── idirectfbdatabuffer_file.c
│   │   ├── idirectfbdatabuffer.h
│   │   ├── idirectfbdatabuffer_memory.c
│   │   ├── idirectfbdatabuffer_streamed.c
│   │   ├── idirectfbfont.c
│   │   ├── idirectfbfont.h
│   │   ├── idirectfbimageprovider.c
│   │   ├── idirectfbimageprovider_client.c
│   │   ├── idirectfbimageprovider_client.h
│   │   ├── idirectfbimageprovider.h
│   │   ├── idirectfbvideoprovider.c
│   │   ├── idirectfbvideoprovider.h
│   │   ├── ImageProvider.cpp
│   │   ├── ImageProvider.h
│   │   ├── ImageProvider_includes.h
│   │   ├── ImageProvider_real.cpp
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── misc
│   │   ├── conf.c
│   │   ├── conf.h
│   │   ├── dither565.h
│   │   ├── dither.h
│   │   ├── gfx_util.c
│   │   ├── gfx_util.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── util.c
│   │   └── util.h
│   └── windows
│   ├── idirectfbwindow.c
│   ├── idirectfbwindow.h
│   ├── Makefile.am
│   └── Makefile.in
├── systems
│   ├── android
│   │   ├── android_input.c
│   │   ├── android_layer.c
│   │   ├── android_main.c
│   │   ├── android_screen.c
│   │   ├── android_surface_pool_gr.c
│   │   ├── android_surface_pool_gr.h
│   │   ├── android_system.c
│   │   ├── android_system.h
│   │   ├── fbo_surface_pool.c
│   │   ├── fbo_surface_pool.h
│   │   ├── idirectfbgl2.c
│   │   ├── idirectfbgl2context.c
│   │   ├── idirectfbimageprovider_android.c
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── devmem
│   │   ├── devmem.c
│   │   ├── devmem.h
│   │   ├── devmem_surface_pool.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── surfacemanager.c
│   │   └── surfacemanager.h
│   ├── dummy
│   │   ├── dummy.c
│   │   ├── dummy.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── egl
│   │   ├── egl_primary.c
│   │   ├── egl_primary.h
│   │   ├── egl_surface_pool.c
│   │   ├── egl_system.c
│   │   ├── egl_system.h
│   │   ├── Makefile.am
│   │   └── Makefile.in
│   ├── fbdev
│   │   ├── agp.c
│   │   ├── agp.h
│   │   ├── fbdev.c
│   │   ├── fbdev.h
│   │   ├── fbdev_surface_pool.c
│   │   ├── fb.h
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── surfacemanager.c
│   │   ├── surfacemanager.h
│   │   ├── vt.c
│   │   └── vt.h
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mesa
│   │   ├── idirectfbgl2.c
│   │   ├── idirectfbgl2context.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── mesa_layer.c
│   │   ├── mesa_screen.c
│   │   ├── mesa_surface_pool.c
│   │   ├── mesa_system.c
│   │   ├── mesa_system.h
│   │   ├── vt.c
│   │   └── vt.h
│   ├── osx
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── osx.c
│   │   ├── osx.h
│   │   ├── osxinput.c
│   │   ├── primary.c
│   │   └── primary.h
│   ├── pvr2d
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── pvr2d_primary.c
│   │   ├── pvr2d_primary.h
│   │   ├── pvr2d_surface_pool.c
│   │   ├── pvr2d_system.c
│   │   └── pvr2d_system.h
│   ├── sdl
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── primary.c
│   │   ├── primary.h
│   │   ├── sdl.c
│   │   ├── sdlgfx.c
│   │   ├── sdl.h
│   │   ├── sdlinput.c
│   │   └── sdl_surface_pool.c
│   ├── vnc
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── primary.c
│   │   ├── primary.h
│   │   ├── vnc.c
│   │   ├── vnc.h
│   │   └── vncinput.c
│   ├── x11
│   │   ├── glx_surface_pool.c
│   │   ├── glx_surface_pool.h
│   │   ├── idirectfbgl.c
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── primary.c
│   │   ├── primary.h
│   │   ├── README
│   │   ├── surfacemanager.c
│   │   ├── surfacemanager.h
│   │   ├── vpsmem_surface_pool.c
│   │   ├── vpsmem_surface_pool.h
│   │   ├── x11.c
│   │   ├── x11.h
│   │   ├── x11image.c
│   │   ├── x11image.h
│   │   ├── x11input.c
│   │   ├── x11_surface_pool_bridge.c
│   │   ├── x11_surface_pool_bridge.h
│   │   ├── x11_surface_pool.c
│   │   ├── x11_surface_pool.h
│   │   ├── x11types.h
│   │   ├── xwindow.c
│   │   └── xwindow.h
│   └── x11vdpau
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── primary.c
│   ├── primary.h
│   ├── README
│   ├── x11.c
│   ├── x11.h
│   ├── x11input.c
│   ├── x11types.h
│   ├── x11vdpau_surface_pool.c
│   └── x11vdpau_surface_pool.h
├── tests
│   ├── coretest_blit2.c
│   ├── dfbtest_blit2.c
│   ├── dfbtest_blit.c
│   ├── dfbtest_blit_multi.c
│   ├── dfbtest_clipboard.c
│   ├── dfbtest_fillrect.c
│   ├── dfbtest_flip.c
│   ├── dfbtest_font.c
│   ├── dfbtest_gl1.c
│   ├── dfbtest_gl2.c
│   ├── dfbtest_gl3.c
│   ├── dfbtest_init.c
│   ├── dfbtest_input.c
│   ├── dfbtest_mirror.c
│   ├── dfbtest_old_gl2.c
│   ├── dfbtest_prealloc.c
│   ├── dfbtest_reinit.c
│   ├── dfbtest_resize.c
│   ├── dfbtest_scale.c
│   ├── dfbtest_scale_nv21.c
│   ├── dfbtest_stereo_window.c
│   ├── dfbtest_surface_compositor.c
│   ├── dfbtest_surface_updates.c
│   ├── dfbtest_sync.c
│   ├── dfbtest_video.c
│   ├── dfbtest_waitserial.c
│   ├── dfbtest_water.c
│   ├── dfbtest_window.c
│   ├── dfbtest_window_cursor.c
│   ├── dfbtest_window_flip.c
│   ├── dfbtest_window_flip_once.c
│   ├── dfbtest_window_surface.c
│   ├── dfbtest_windows_watcher.c
│   ├── direct_stream.c
│   ├── direct_test.c
│   ├── fusion_call_bench.c
│   ├── fusion_call.c
│   ├── fusion_fork.c
│   ├── fusion_reactor.c
│   ├── fusion_skirmish.c
│   ├── fusion_stream.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── OneBench.c
│   ├── OneTest.c
│   ├── voodoo
│   │   ├── Makefile.am
│   │   ├── Makefile.in
│   │   ├── voodoo_client.c
│   │   └── voodoo_server.c
│   ├── voodoo_bench.c
│   ├── voodoo_bench_client.c
│   ├── voodoo_bench_client_unix.c
│   ├── voodoo_bench_server.c
│   └── voodoo_bench_server_unix.c
├── TODO
├── tools
│   ├── dfbdump.c
│   ├── dfbfx.c
│   ├── dfbg.c
│   ├── dfbinfo.c
│   ├── dfbinput.c
│   ├── dfbinspector.c
│   ├── dfblayer.c
│   ├── dfbmaster.c
│   ├── dfbpenmount.c
│   ├── dfbproxy.c
│   ├── dfbscreen.c
│   ├── directfb-csource.c
│   ├── fusion_bench.c
│   ├── gendoc.pl
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── mkdfiff.c
│   ├── mkdgiff.c
│   ├── mkdgifft.cpp
│   ├── mknames.sh
│   ├── mkresult.sh
│   ├── raw15toraw24.c
│   ├── raw16toraw24.c
│   ├── raw32toraw24.c
│   ├── README
│   ├── voodooplay.c
│   ├── voodooplay_client.c
│   └── voodooplay_server.c
└── wm
├── default
│   ├── default.c
│   ├── Makefile.am
│   └── Makefile.in
├── Makefile.am
├── Makefile.in
└── unique
├── classes
│   ├── foo.c
│   ├── frame.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── root.c
│   └── window.c
├── context.c
├── context.h
├── data
│   ├── foo_e.png
│   ├── foo_ne.png
│   ├── foo_n.png
│   ├── foo_nw.png
│   ├── foo_se.png
│   ├── foo_s.png
│   ├── foo_sw.png
│   ├── foo_w.png
│   ├── Makefile.am
│   └── Makefile.in
├── decoration.c
├── decoration.h
├── device.c
├── device.h
├── devices
│   ├── keyboard.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── pointer.c
│   └── wheel.c
├── input_channel.c
├── input_channel.h
├── input_events.h
├── input_switch.c
├── input_switch.h
├── internal.h
├── Makefile.am
├── Makefile.in
├── stret.c
├── stret.h
├── stret_iteration.c
├── stret_iteration.h
├── stret_test.c
├── test_color.c
├── test_foo.c
├── types.h
├── unique.c
├── uniquewm.c
├── uniquewm.h
├── uwmdump.c
├── window.c
└── window.h

141 directories, 1302 files

标签:

实例下载地址

DirectFB-1.6.1.tar.gz

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警