mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
.desktop files are read by DesktopFile
Added selection box, but needs more work with redrawing DND mess; still not work as expected
This commit is contained in:
@ -234,7 +234,7 @@ void draw_overlay_rect(void) {
|
||||
return;
|
||||
|
||||
XSetDashes(fl_display, fl_gc, 0, dash_list, 1);
|
||||
XSetLineAttributes(fl_display, fl_gc, 1, LineOnOffDash, CapButt, JoinMiter);
|
||||
XSetLineAttributes(fl_display, fl_gc, 2, LineOnOffDash, CapButt, JoinMiter);
|
||||
|
||||
XSetFunction(fl_display, fl_gc, GXxor);
|
||||
XSetForeground(fl_display, fl_gc, 0xffffffff);
|
||||
|
Reference in New Issue
Block a user