OSDN Git Service

[Refactor] #37353 browsing_movie を inet.c へ移動.
authordeskull <deskull@users.sourceforge.jp>
Thu, 30 May 2019 16:28:56 +0000 (01:28 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 30 May 2019 16:28:56 +0000 (01:28 +0900)
src/inet.c
src/variable.c

index d1b62e0..11a077e 100644 (file)
@@ -34,6 +34,8 @@ static concptr errstr;
 static char    *proxy;
 static int     proxy_port;
 
+bool browsing_movie;
+
 #ifdef MACINTOSH
 static InetSvcRef inet_services = nil;
 static EndpointRef ep          = kOTInvalidEndpointRef;
index f22e18a..6e00f0e 100644 (file)
@@ -77,6 +77,3 @@ bool chuukei_client;
 char *server_name;
 int server_port;
 #endif
-
-/* for movie */
-bool browsing_movie;