Home
last modified time | relevance | path

Searched refs:imgwin (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/xpx/xpx/
H A Dimage.c85 XSelectInput(dsp, imgwin, ExposureMask| in create_img_window()
87 XMapRaised(dsp, imgwin); in create_img_window()
98 XDefineCursor(dsp, imgwin, curs); in create_img_window()
152 redraw_window(imgwin);
177 XDrawLine(dsp, imgwin, gridgc, x, y, x+w-1, y);
189 XDrawLine(dsp, imgwin, gridgc, x, y, x, y+h-1);
273 XDrawPoint(dsp, imgwin, areagc, x, y);
291 XClearArea(dsp, imgwin, x, y, w, h, False);
296 XClearArea(dsp, imgwin, x, y, i, h, False);
302 XClearArea(dsp, imgwin, x, y, w, i, False);
[all …]
H A Dmain.c331 redraw_window(imgwin);
751 if (ev.xnoexpose.drawable == imgwin)
755 if (ev.xgraphicsexpose.drawable == imgwin) {
763 if (ev.xexpose.window == imgwin)
829 XDestroyWindow(dsp, imgwin);
H A Dwork.c25 Window imgwin; variable
H A Dwork.h17 extern Window imgwin;
H A Dsub.c525 XDefineCursor(dsp, imgwin, curs_cross); in cursor_free()
542 XDefineCursor(dsp, imgwin, curs_watch); in cursor_busy()
H A Dedit.c836 if (get_event_window(ev) != imgwin)
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dshowimagemode.cc50 imgwin=NULL; in ShowImageMode()
81 imgwin = new AWindow( aguix, x, y, w, h, "" ); in on()
82 parentawindow->add( imgwin ); in on()
83 imgwin->create(); in on()
84 imgwin->show(); in on()
137 free_previous_xli_resource( aguix->getDisplay(), imgwin->getWindow() ); in off()
139 delete imgwin; in off()
140 imgwin=NULL; in off()
153 imgwin->resize(w,h); in reconf()
154 imgwin->move(x,y); in reconf()
[all …]
H A Dshowimagemode.h58 AWindow *imgwin; variable
/dports/games/fkiss/fkiss-0.33/
H A Dfkiss.c45 static Window imgwin = None; variable
931 px = XCreatePixmap(dsp, imgwin, 1, 1, 1); in make_clip_gc()
1474 XMoveWindow(dsp, imgwin, imgx, imgy); in recenter()
1601 XSelectInput(dsp, imgwin, in init_window()
1604 imggc = XCreateGC(dsp, imgwin, 0, 0); in init_window()
2114 XMoveWindow(dsp, imgwin, imgx, imgy); in image_scroll()
2220 XMapRaised(dsp, imgwin); in initialize_main1()
3124 if (ev.xexpose.window == imgwin)
3149 if (ev.xbutton.window == imgwin) {
3183 if (ev.xbutton.window == imgwin)
[all …]