Home
last modified time | relevance | path

Searched refs:dpy (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dif_xcmdsrv.c296 XFlush(dpy); in DoRegisterName()
548 Display *dpy, in ServerWait() argument
781 Display *dpy, in serverReadReply() argument
861 commWindow = XCreateSimpleWindow(dpy, XDefaultRootWindow(dpy), in SendInit()
863 WhitePixel(dpy, DefaultScreen(dpy)), in SendInit()
864 WhitePixel(dpy, DefaultScreen(dpy))); in SendInit()
1036 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, in DeleteAnyLingerer()
1054 Display *dpy, in GetRegProp() argument
1092 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty); in GetRegProp()
1111 Display *dpy, in serverEventProc() argument
[all …]
H A Dgui_x11.c1493 gui.dpy = NULL; in gui_mch_uninit()
1731 *screen_w = DisplayWidth(gui.dpy, DefaultScreen(gui.dpy)) - 10; in gui_mch_get_screen_dimensions()
1732 *screen_h = DisplayHeight(gui.dpy, DefaultScreen(gui.dpy)) - p_ghr; in gui_mch_get_screen_dimensions()
2238 colormap = DefaultColormap(gui.dpy, DefaultScreen(gui.dpy)); in gui_mch_get_rgb_color()
2503 *dis = gui.dpy; in gui_get_x11_windis()
2510 XBell(gui.dpy, 0); in gui_mch_beep()
2547 XIconifyWindow(gui.dpy, XtWindow(vimShell), DefaultScreen(gui.dpy)); in gui_mch_iconify()
2720 XFlush(gui.dpy); in gui_mch_flush()
2812 XFlush(gui.dpy); in gui_x11_check_copy_area()
3087 colormap = DefaultColormap(gui.dpy, XDefaultScreen(gui.dpy)); in gui_mch_get_rgb()
[all …]
H A Dgui_xmebw.c345 scr = DefaultScreen(dpy); in set_pixmap()
346 root = RootWindow(dpy, scr); in set_pixmap()
406 XSetClipMask(dpy, gc, mask); in set_pixmap()
432 XSetClipMask(dpy, gc, None); in set_pixmap()
434 XSetClipMask(dpy, gc, mask); in set_pixmap()
451 XFreePixmap(dpy, pix); in set_pixmap()
452 XFreePixmap(dpy, mask); in set_pixmap()
492 XFreePixmap(dpy, pix); in set_pixmap()
493 XFreePixmap(dpy, mask); in set_pixmap()
516 XmDisplay dpy; in draw_shadows() local
[all …]
H A Dgui_athena.c393 retval = XCreatePixmap(gui.dpy,DefaultRootWindow(gui.dpy),width, in gui_athena_create_pullright_pixmap()
397 draw_gc = XCreateGC(gui.dpy, retval, in gui_athena_create_pullright_pixmap()
402 undraw_gc = XCreateGC(gui.dpy, retval, in gui_athena_create_pullright_pixmap()
414 XFreeGC(gui.dpy, draw_gc); in gui_athena_create_pullright_pixmap()
415 XFreeGC(gui.dpy, undraw_gc); in gui_athena_create_pullright_pixmap()
538 XSetClipMask(gui.dpy, mask_gc, mask); in createXpmImages()
543 DefaultDepth(gui.dpy, screenNum)); in createXpmImages()
549 XFreeGC(gui.dpy, back_gc); in createXpmImages()
550 XFreeGC(gui.dpy, mask_gc); in createXpmImages()
551 XFreePixmap(gui.dpy, map); in createXpmImages()
[all …]
H A Dclipboard.c1378 x11_setup_atoms(Display *dpy) in x11_setup_atoms() argument
1700 Display *dpy, in clip_x11_request_selection() argument
1735 XFlush(dpy); in clip_x11_request_selection()
1771 XSync(dpy, False); in clip_x11_request_selection()
1787 yank_cut_buffer0(dpy, cbd); in clip_x11_request_selection()
1842 yank_cut_buffer0(Display *dpy, Clipboard_T *cbd) in yank_cut_buffer0() argument
1917 Display *dpy; in x11_export_final_selection() local
1924 dpy = X_DISPLAY; in x11_export_final_selection()
1928 dpy = xterm_dpy; in x11_export_final_selection()
1982 XStoreBuffer(dpy, (char *)str, (int)len, 0); in x11_export_final_selection()
[all …]
H A Dgui_beval.c137 display_name = DisplayString(gui.dpy); in gui_mch_create_beval_area()
143 beval->screen_width = DisplayWidth(gui.dpy, screen_num); in gui_mch_create_beval_area()
144 beval->screen_height = DisplayHeight(gui.dpy, screen_num); in gui_mch_create_beval_area()
306 GdkDisplay * const dpy = gdk_window_get_display(win); in target_event_cb() local
308 GdkSeat * const seat = gdk_display_get_default_seat(dpy); in target_event_cb()
311 GdkDeviceManager * const mngr = gdk_display_get_device_manager(dpy); in target_event_cb()
630 XtTranslateKeycode(gui.dpy, in pointerEvent()
656 XtTranslateKeycode(gui.dpy, event->xkey.keycode, in pointerEvent()
1204 overrideShellWidgetClass, gui.dpy, args, n); in createBalloonEvalWindow()
1209 overrideShellWidgetClass, gui.dpy, args, n); in createBalloonEvalWindow()
H A Dnbdebug.c133 Display *dpy, in errorHandler() argument
139 XGetErrorText(dpy, err->error_code, msg, sizeof(msg)); in errorHandler()
143 XGetErrorDatabaseText(dpy, in errorHandler()
H A Dgui_at_sb.c692 PeekNotifyEvent(Display *dpy, XEvent *event, char *args) in PeekNotifyEvent() argument
696 return ((++eventData->count == QLength(dpy)) // since PeekIf blocks in PeekNotifyEvent()
1125 Display *dpy = XtDisplay (gw); in _Xaw3dDrawShadows() local
1151 XFillPolygon (dpy, win, top, pt, 6, Complex, CoordModeOrigin); in _Xaw3dDrawShadows()
1165 XFillPolygon (dpy, win, bot, pt, 6, Complex, CoordModeOrigin); in _Xaw3dDrawShadows()
H A Dnetbeans.c3026 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y++); in netbeans_draw_multisign_indicator()
3028 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+0, y); in netbeans_draw_multisign_indicator()
3029 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
3030 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+4, y++); in netbeans_draw_multisign_indicator()
3031 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+1, y); in netbeans_draw_multisign_indicator()
3032 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
3033 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+3, y++); in netbeans_draw_multisign_indicator()
3034 XDrawPoint(gui.dpy, gui.wid, gui.text_gc, x+2, y); in netbeans_draw_multisign_indicator()
H A Dgui_at_fs.c2218 if (gui.dpy) in SFsetColors()
2220 XSetBackground(gui.dpy, SFtextGC, bg); in SFsetColors()
2221 XSetForeground(gui.dpy, SFtextGC, fg); in SFsetColors()
2222 XSetForeground(gui.dpy, SFlineGC, fg); in SFsetColors()
2225 XSetBackground(gui.dpy, SFinvertGC, fg ^ bg); in SFsetColors()
2226 XSetForeground(gui.dpy, SFinvertGC, fg ^ bg); in SFsetColors()
H A Dgui.h342 Display *dpy; // X display member
H A Dos_unix.c1607 x_error_handler(Display *dpy, XErrorEvent *error_event) in x_error_handler() argument
1609 XGetErrorText(dpy, error_event->error_code, (char *)IObuff, IOSIZE); in x_error_handler()
1629 x_error_check(Display *dpy UNUSED, XErrorEvent *error_event UNUSED) in x_error_check()
1673 x_IOerror_check(Display *dpy UNUSED) in x_IOerror_check()
1689 x_IOerror_handler(Display *dpy UNUSED) in x_IOerror_handler()
1760 test_x11_window(Display *dpy) in test_x11_window() argument
1767 if (XGetWMName(dpy, x11_window, &text_prop)) in test_x11_window()
1769 XSync(dpy, False); in test_x11_window()
H A Dgui_gtk_x11.c1662 GdkDisplay * const dpy = gdk_window_get_display(win); in gui_gtk_get_pointer_device() local
1664 GdkSeat * const seat = gdk_display_get_default_seat(dpy); in gui_gtk_get_pointer_device()
1667 GdkDeviceManager * const mngr = gdk_display_get_device_manager(dpy); in gui_gtk_get_pointer_device()
4066 GdkDisplay *dpy; in gui_gtk_get_screen_geom_of_win() local
4070 dpy = gtk_widget_get_display(wid); in gui_gtk_get_screen_geom_of_win()
4072 dpy = gdk_display_get_default(); in gui_gtk_get_screen_geom_of_win()
4074 monitor = gdk_display_get_monitor_at_window(dpy, win); in gui_gtk_get_screen_geom_of_win()
4076 monitor = gdk_display_get_monitor_at_point(dpy, point_x, point_y); in gui_gtk_get_screen_geom_of_win()
H A Dgui_motif.c1176 status = XpmReadFileToPixmap(gui.dpy, in check_xpm()
1177 RootWindow(gui.dpy, DefaultScreen(gui.dpy)), in check_xpm()
2423 XmTextFieldClearSelection(w, XtLastTimestampProcessed(gui.dpy)); in keyhit_callback()
2837 XtLastTimestampProcessed(gui.dpy)); in gui_mch_dialog()
H A Dvim.h2396 # define X_DISPLAY (gui.in_use ? gui.dpy : xterm_dpy)
2403 # define X_DISPLAY gui.dpy
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c122 if (SendInit(dpy) < 0) in sendToVim()
144 XSync(dpy, False); in sendToVim()
248 SendInit(Display *dpy) in SendInit() argument
266 XCreateSimpleWindow(dpy, XDefaultRootWindow(dpy), in SendInit()
268 WhitePixel(dpy, DefaultScreen(dpy)), in SendInit()
269 WhitePixel(dpy, DefaultScreen(dpy))); in SendInit()
273 XSync(dpy, False); in SendInit()
326 XDeleteProperty(dpy, RootWindow(dpy, 0), registryProperty); in LookupName()
387 XChangeProperty(dpy, RootWindow(dpy, 0), registryProperty, XA_STRING, in LookupName()
390 XSync(dpy, False); in LookupName()
[all …]
/vim-8.2.3635/src/proto/
H A Dif_xcmdsrv.pro2 int serverRegisterName(Display *dpy, char_u *name);
3 void serverChangeRegisteredWindow(Display *dpy, Window newwin);
4 int serverSendToVim(Display *dpy, char_u *name, char_u *cmd, char_u **result, Window *server, int a…
5 char_u *serverGetVimNames(Display *dpy);
8 int serverReadReply(Display *dpy, Window win, char_u **str, int localLoop, int timeout);
9 int serverPeekReply(Display *dpy, Window win, char_u **str);
10 void serverEventProc(Display *dpy, XEvent *eventPtr, int immediate);
H A Dclipboard.pro23 void x11_setup_atoms(Display *dpy);
25 void clip_x11_request_selection(Widget myShell, Display *dpy, Clipboard_T *cbd);
29 void yank_cut_buffer0(Display *dpy, Clipboard_T *cbd);
/vim-8.2.3635/src/xpm/include/
H A Dxpm.h476 #define XpmReadPixmapFile(dpy, d, file, pix, mask, att) \ argument
477 XpmReadFileToPixmap(dpy, d, file, pix, mask, att)
478 #define XpmWritePixmapFile(dpy, file, pix, mask, att) \ argument
479 XpmWriteFileFromPixmap(dpy, file, pix, mask, att)
491 #define XReadPixmapFile(dpy, d, file, pix, mask, att) \ argument
492 XpmReadFileToPixmap(dpy, d, file, pix, mask, att)
493 #define XWritePixmapFile(dpy, file, pix, mask, att) \ argument
494 XpmWriteFileFromPixmap(dpy, file, pix, mask, att)
496 XpmCreatePixmapFromData(dpy, d, data, pix, mask, att)
497 #define XCreateDataFromPixmap(dpy, data, pix, mask, att) \ argument
[all …]