Home
last modified time | relevance | path

Searched refs:snDisplay (Results 1 – 4 of 4) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Dinit.C903 SnDisplay *snDisplay; in init2() local
906 snDisplay = sn_display_new (dpy, NULL, NULL); in init2()
907 snContext = sn_launchee_context_new_from_environment (snDisplay, DefaultScreen (dpy)); in init2()
926 sn_display_unref (snDisplay); in init2()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Ddisplay.c1416 sn_display_process_event (d->snDisplay, &event); in eventLoop()
2123 d->snDisplay = sn_display_new (dpy, NULL, NULL); in addDisplay()
2124 if (!d->snDisplay) in addDisplay()
2475 if (d->snDisplay) in removeDisplay()
2476 sn_display_unref (d->snDisplay); in removeDisplay()
H A Dscreen.c1809 s->snContext = sn_monitor_context_new (display->snDisplay, in addScreen()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h898 SnDisplay *snDisplay; member