Updated WIN32 clipboard file to be in the root directory to allow for

shared cut/paste.


git-svn-id: file:///fltk/svn/fltk/trunk@246 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet 1999-01-26 21:40:28 +00:00
parent 53d39cc6c0
commit c3a31ce44a

View File

@ -1,5 +1,5 @@
// //
// "$Id: fluid.cxx,v 1.12 1999/01/26 15:58:25 mike Exp $" // "$Id: fluid.cxx,v 1.13 1999/01/26 21:40:28 mike Exp $"
// //
// FLUID main entry for the Fast Light Tool Kit (FLTK). // FLUID main entry for the Fast Light Tool Kit (FLTK).
// //
@ -206,7 +206,7 @@ static int ipasteoffset;
static char* cutfname() { static char* cutfname() {
#ifdef WIN32 #ifdef WIN32
return ".fluid_cut_buffer"; return "\\.fluid_cut_buffer";
#else #else
static char name[256] = "~/.fluid_cut_buffer"; static char name[256] = "~/.fluid_cut_buffer";
static char beenhere; static char beenhere;
@ -407,5 +407,5 @@ int main(int argc,char **argv) {
} }
// //
// End of "$Id: fluid.cxx,v 1.12 1999/01/26 15:58:25 mike Exp $". // End of "$Id: fluid.cxx,v 1.13 1999/01/26 21:40:28 mike Exp $".
// //