From 3363ba93f359b2fe852197171a5cd6289fb7d0d3 Mon Sep 17 00:00:00 2001 From: djes Date: Wed, 3 Aug 2016 16:17:31 +0200 Subject: [PATCH] Little changes --- PBMap.pb | 10 ++++++---- libcurl.pbi | 8 ++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/PBMap.pb b/PBMap.pb index 0034046..18247e1 100644 --- a/PBMap.pb +++ b/PBMap.pb @@ -8,6 +8,8 @@ ; but not required. ; Note: Please share improvement ! ; Thanks: Progi1984 +; Usage: Change the Proxy global variables if needed +; (see also Proxy Details) ;************************************************************** CompilerIf #PB_Compiler_Thread = #False @@ -23,9 +25,9 @@ UsePNGImageEncoder() DeclareModule PBMap ;-Show debug infos - Global Verbose = #True + Global Verbose = #False ;-Proxy ON/OFF - Global Proxy = #True + Global Proxy = #False Declare InitPBMap() Declare MapGadget(Gadget.i, X.i, Y.i, Width.i, Height.i) Declare Event(Event.l) @@ -986,7 +988,7 @@ CompilerIf #PB_Compiler_IsMainFile EndProcedure ;- MAIN TEST - If OpenWindow(#Window_0, 260, 225, 700, 571, "OpenStreetMap", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window_SizeGadget) + If OpenWindow(#Window_0, 260, 225, 700, 571, "PBMap", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_TitleBar | #PB_Window_ScreenCentered | #PB_Window_SizeGadget) LoadFont(0, "Wingdings", 12) LoadFont(1, "Arial", 12, #PB_Font_Bold) @@ -1052,7 +1054,7 @@ CompilerIf #PB_Compiler_IsMainFile CompilerEndIf ; IDE Options = PureBasic 5.42 LTS (Windows - x86) -; CursorPosition = 8 +; CursorPosition = 11 ; Folding = -------- ; EnableUnicode ; EnableThread diff --git a/libcurl.pbi b/libcurl.pbi index 0feb7dc..0902a9d 100644 --- a/libcurl.pbi +++ b/libcurl.pbi @@ -1062,13 +1062,9 @@ Procedure.s str2curl(string.s) EndProcedure -; IDE Options = PureBasic 5.40 LTS Beta 5 (Windows - x86) -; EnableUnicode -; EnableXP -; EnableBuildCount = 0 ; IDE Options = PureBasic 5.42 LTS (Windows - x86) -; CursorPosition = 1031 -; FirstLine = 986 +; CursorPosition = 1063 +; FirstLine = 1006 ; Folding = -- ; EnableUnicode ; EnableXP \ No newline at end of file