]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 25 Oct 2009 20:45:31 +0000 (20:45 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 25 Oct 2009 20:45:31 +0000 (20:45 +0000)
magick/xwindow.c

index de14939d4b573232859b5274876122b61dfdea9f..1c11af0278d0a8b1f4e8f566d7acaee8288a58a3 100644 (file)
@@ -1577,7 +1577,6 @@ MagickExport void XClientMessage(Display *display,const Window window,
 %
 %    o target_window: Specifies the window to find a WM_STATE property.
 %
-%
 */
 static Window XClientWindow(Display *display,Window target_window)
 {
@@ -1622,29 +1621,6 @@ static Window XClientWindow(Display *display,Window target_window)
 %                                                                             %
 %                                                                             %
 %                                                                             %
-+   X C o m p o n e n t G e n e s i s                                         %
-%                                                                             %
-%                                                                             %
-%                                                                             %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-%  XComponentGenesis() instantiates the X component.
-%
-%  The format of the XComponentGenesis method is:
-%
-%      MagickBooleanType XComponentGenesis(void)
-%
-*/
-MagickExport MagickBooleanType XComponentGenesis(void)
-{
-  return(MagickTrue);
-}
-\f
-/*
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%                                                                             %
-%                                                                             %
-%                                                                             %
 +   X C o m p o n e n t T e r m i n u s                                       %
 %                                                                             %
 %                                                                             %
@@ -9654,6 +9630,29 @@ MagickExport Image *XImportImage(const ImageInfo *image_info,
 %                                                                             %
 %                                                                             %
 %                                                                             %
++   X C o m p o n e n t G e n e s i s                                         %
+%                                                                             %
+%                                                                             %
+%                                                                             %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+%  XComponentGenesis() instantiates the X component.
+%
+%  The format of the XComponentGenesis method is:
+%
+%      MagickBooleanType XComponentGenesis(void)
+%
+*/
+MagickExport MagickBooleanType XComponentGenesis(void)
+{
+  return(MagickTrue);
+}
+\f
+/*
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%                                                                             %
+%                                                                             %
+%                                                                             %
 %   X G e t I m p o r t I n f o                                               %
 %                                                                             %
 %                                                                             %