File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -2590,7 +2590,6 @@ function XCreateImage(Display: PDisplay; Visual: msePVisual; Depth: longword; Fo
25902590
25912591end ;
25922592
2593-
25942593// Todo from Xrandr
25952594function XRRQueryExtension (dpy: pDisplay; event_base_return: pcint; error_base_return: pcint): tBool; cdecl;
25962595begin
@@ -2637,11 +2636,6 @@ function XRRUpdateConfiguration(event: pXEvent): cint; cdecl;
26372636
26382637end ;
26392638
2640- function getxrandrlib : Boolean;
2641- begin
2642- Result := True;
2643- end ;
2644-
26452639function XSetWMHints (Display: PDisplay; W: xid; WMHints: PXWMHints): cint; cdecl;
26462640begin
26472641
@@ -2732,7 +2726,6 @@ function Xutf8TextPropertyToTextList(para1: PDisplay; para2: PXTextProperty; par
27322726
27332727end ;
27342728
2735-
27362729// Macros
27372730function ScreenOfDisplay (dpy: PDisplay; scr: cint): PScreen;
27382731begin
@@ -2774,5 +2767,9 @@ function XDestroyImage(ximage: PXImage): cint;
27742767 XDestroyImage := ximage^.f.destroy_image(ximage);
27752768end ;
27762769
2777- end .
2770+ function getxrandrlib : Boolean;
2771+ begin
2772+ Result := True;
2773+ end ;
27782774
2775+ end .
You can’t perform that action at this time.
0 commit comments